MFGetLocalId function
Gets the local system ID.
Syntax
HRESULT WINAPI MFGetLocalId(
_In_ const BYTE *verifier,
UINT32 size,
_In_ LPWSTR *id
);
Parameters
- verifier [in]
-
Application-specific verifier value.
- size
-
Length in bytes of verifier.
- id [in]
-
Returned ID string. This value must be freed by the caller by calling CoTaskMemFree.
Return value
The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: