Platform SDK: TAPI

ITAllocatorProperties::GetAllocatorProperties

Gets the current values for the allocator properties after connection and provides the negotiated values. This method is invalid before connection. The MST will accept any values suggested by the connected filters.

HRESULT GetAllocatorProperties(
  ALLOCATOR_PROPERTIES *pAllocProperties 
);

Parameters

pAllocProperties
[out] Pointer to current allocator values.

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