Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method unregisters a temporary pluggable namespace handler.
HRESULT UnregisterNameSpace(IClassFactory* pCF,LPCWSTR pszProtocol);
Parameters
- pCF
[in] Address of the IClassFactory interface that created the handler. - pszProtocol
[in] Address of a string value that contains the protocol that was handled.
Return Values
Returns S_OK if successful or E_FAIL if the pluggable namespace handler was not registered.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors