Share via


IInternetSession::UnregisterNameSpace (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.