IMFSystemId::GetData method
Retrieves system id data.
Syntax
HRESULT GetData( UINT32 *size, BYTE **data );
Parameters
- size
-
The size in bytes of the returned data.
- data
-
Receives the returned data. The caller must free this buffer by calling CoTaskMemFree.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: