Platform SDK: TAPI

ITAllocatorProperties::GetAllocateBuffers

The GetAllocateBuffers method determines whether the current allocator buffers can be retrieved. If it returns FALSE, the sample that the MST allocated doesn't have any buffers and they must be supplied before Update is called on the samples.

HRESULT GetAllocateBuffers(
  BOOL *pbAllocBuffers 
);

Parameters

pbAllocBuffers
[out] Indicates whether allocator buffers have been set.

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