Platform SDK: TAPI

ITAllocatorProperties::SetAllocatorProperties

This method must be called before connection and will force the MST to use these values during filter negotiation. If the connecting filter doesn't accept these values, the connection is not established.

HRESULT SetAllocatorProperties(
  ALLOCATOR_PROPERTIES *pAllocProperties 
);

Parameters

pAllocProperties
[in] Pointer to the allocator buffer.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

ITAllocatorProperties