IIDFromString function
Converts a string generated by the StringFromIID function back into the original interface identifier (IID).
Syntax
HRESULT IIDFromString( _In_ LPCOLESTR lpsz, _Out_ LPIID lpiid );
Parameters
- lpsz [in]
-
A pointer to the string representation of the IID.
- lpiid [out]
-
A pointer to the requested IID on return.
Return value
This function can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, and S_OK.
Remarks
The function converts the interface identifier in a way that guarantees different interface identifiers will always be converted to different strings.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also