IMemoryData::GetInfo method
Note This interface is deprecated. New applications should not use it.
Syntax
HRESULT GetInfo(
DWORD *pdwLength,
BYTE **ppbData,
DWORD *pcbActualData
);
Parameters
pdwLength
Length of memory in bytes, if non-NULL.
ppbData
Pointer to the memory, if non-NULL.
pcbActualData
Length of data in bytes, if non-NULL.
Return value
Returns an HRESULT value.
Remarks
This method determines how much data the object currently contains as last set by SetActual.
Requirements
| Target Platform | Windows |
| Header | austream.h |