Platform SDK: TAPI

ITAllocatorProperties::SetAllocateBuffers

The SetAllocateBuffers method determines whether the current allocator buffers must be set. This property is TRUE by default. If set 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 SetAllocateBuffers(
  BOOL bAllocBuffers 
);

Parameters

bAllocBuffers
[in] Boolean indicator of whether allocator buffers must be 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