Microsoft DirectX 9.0 |
The GetProperties method retrieves the properties of the sample. This method implements the IMediaSample2::GetProperties method.
Syntax
HRESULT GetProperties(
DWORD cbProperties,
BYTE *pbProperties
);
Parameters
cbProperties
Length of property data to retrieve, in bytes.
pbProperties
Pointer to a buffer of size cbProperties.
Return Value
Returns one of the HRESULT values shown in the following table.
Value | Description |
S_OK | Success. |
E_POINTER | NULL pointer argument. |
See Also