Microsoft DirectX 8.1 (C++) |
The SetStreamAllocatorRequirements sets the allocator requirements for the stream. This method is not currently implemented.
Syntax
HRESULT SetStreamAllocatorRequirements(
ALLOCATOR_PROPERTIES *pProps
);
Parameters
pProps
[in] Pointer to an ALLOCATOR_PROPERTIES structure that contains the stream allocator requirements.
Return Value
Returns E_FAIL.
See Also