Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/26/2014
This method allocates a memory buffer.
Syntax
HRESULT Alloc(
BYTE** ppBuffer,
DWORD* pdwcbBuffer
);
Parameters
- ppBuffer
[out] Address of a pointer to the allocated memory buffer.
- pdwcbBuffer
[in, out] For input, the number of bytes to allocate. For output, the number of actual bytes allocated.
Return Value
Returns S_OK if the desired quantity of memory was allocated, S_FALSE if memory was unavailable.
Remarks
Call this method to allocate a block of memory from the available pool.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |