| Microsoft DirectX 8.1 (C++) | 
The SetProperties method sets the properties of the sample. This method implements the IMediaSample2::SetProperties method.
Syntax
HRESULT SetProperties(
    DWORD cbProperties,
    const BYTE *pbProperties
);
Parameters
cbProperties
Length of property data to set, 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_INVALIDARG | Invalid argument | 
| E_OUTOFMEMORY | Insufficient memory | 
| E_POINTER | NULL pointer argument | 
See Also