Applies to: desktop apps | Metro style apps
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 |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 5/5/2012
