Microsoft DirectX 9.0 |
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 Values
Returns E_FAIL.
See Also