SHCLSIDFromString 函数 (shlobj_core.h)
[此函数可通过 Windows XP Service Pack 2 (SP2) 和 Windows Server 2003 获得。 在 Windows 的后续版本中,它可能已更改或不可用。 请改用 CLSIDFromString 。]
采用类标识符的字符串形式 (CLSID) 并创建相应的 CLSID。
语法
SHSTDAPI SHCLSIDFromString(
[in] PCWSTR psz,
[out] CLSID *pclsid
);
参数
[in] psz
类型: PCWSTR
一个 Unicode 字符串,其中包含格式 {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
为 的 CLSID。
[out] pclsid
类型: CLSID*
指向 CLSID 值的指针,此函数成功返回时,将接收转换后的字符串作为 CLSID。
返回值
类型: HRESULT
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | shlobj_core.h (包括 Shlobj.h) |
Library | Shell32.lib |
DLL | Shell32.dll (5.0 或更高版本) |