IFWXIOBuffer::GetBufferSizes
Method
Gets the allocated and actual buffer sizes.
HRESULT GetBufferSizes(
LPDWORD pdwAlocatedSize,
LPDWORD pdwActualSize
);
Parameters
- pdwAlocatedSize
- Pointer to variable that receives the allocated buffer
size.
- pdwActualSize
- Pointer to variable that receives the actual buffer size.
Return Values
- S_OK
- The method succeeded.
- E_POINTER
- Null pointer argument.