Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates an instance of the specified object class from within the context of the Shell's process.
Windows Vista and later: This function has been disabled and returns E_NOTIMPL.
Syntax
SHSTDAPI SHLoadInProc(
[in] REFCLSID rclsid
);
Parameters
[in] rclsid
Type: REFCLSID
The CLSID of the object class to be created.
Return value
Type: HRESULT
Returns S_OK if successful, or an error value otherwise. In Windows Vista and later versions, always returns E_NOTIMPL.
Remarks
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shlobj_core.h (include Shlobj.h) |
Library | Shell32.lib |
DLL | Shell32.dll (version 4.0 or later) |