IMFSystemId::GetData method (mfidl.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | mfidl.h |