Returns an IMFSystemId object for retrieving system id data.
HRESULT MFGetSystemId(
_Outptr_ IMFSystemId **ppId
)
ppId
Type: Outptr IMFSystemId **
Receives a pointer to the IMFSystemId interface.
Type: HRESULT
The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
| S_OK | The function succeeded. |
Refer to Media Foundation return codes.
Header: Declared in mfidl.h.
Library: Use mf.lib.