Converts a string generated by the StringFromIID function back into the original interface identifier (IID).
WINOLEAPI IIDFromString(
LPOLESTR lpsz, |
//Pointer to the string representation of the IID |
LPIID lpiid |
//Pointer to the requested IID on return |
); |
Parameters
Return Values
This function supports the standard return values E_INVALIDARG and E_OUTOFMEMORY, as well as the following:
Remarks
The function converts the interface identifier in a way that guarantees different interface identifiers will always be converted to different strings.
See Also