|
CLSIDFromString
Converts a string generated by the StringFromCLSID function back into the original CLSID.
HRESULT CLSIDFromString(
LPOLESTR lpsz,
| //Points to the string representation of the CLSID
| LPCLSID pclsid
| //Receives a pointer to the CLSID on return
| );
|
|
Parameters
lpsz
Points to the string representation of the CLSID.
pclsid
Receives a pointer to the CLSID on return.
Return Values
S_OK
Indicates the CLSID was returned successfully.
E_OUTOFMEMORY
Out of memory.
E_INVALIDARG
Indicates one or more arguments are invalid.
E_UNEXPECTED
Indicates an unexpected error occurred.
Comments
Because of the restrictions placed on OLE 1 CLSID values, CLSIDFromProgID and CLSIDFromString are the only two functions that can be used to generate a CLSID for an OLE 1 object.
See Also
CLSIDFromProgID, StringFromCLSID
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|