CLSIDFromString function
Converts a string generated by the StringFromCLSID function back into the original CLSID.
Syntax
HRESULT CLSIDFromString( _In_ LPCOLESTR lpsz, _Out_ LPCLSID pclsid );
Parameters
- lpsz [in]
-
The string representation of the CLSID.
- pclsid [out]
-
A pointer to the CLSID.
Return value
This function can return the standard return value E_INVALIDARG, as well as the following values.
| Return code | Description |
|---|---|
|
The CLSID was obtained successfully. |
|
The class string was improperly formatted. |
|
The CLSID corresponding to the class string was not found in the registry. |
|
The registry could not be opened for reading. |
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