
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 | UWP apps] |
---|---|
Minimum supported server |
Windows Server 2012 [desktop apps | UWP apps] |
Minimum supported phone |
Windows Phone 8.1 |
Header |
|
Library |
|
DLL |
|
See also
Show: