Share via


IInternetSession::UnregisterMimeFilter

Send Feedback

Unregisters a temporary pluggable Multipurpose Internet Mail Extensions (MIME) filter.

Syntax

HRESULT UnregisterMimeFilter(
  IClassFactory * pCF,
  LPCWSTR pwzType
);

Parameters

  • pCF
    [in] Address of the IClassFactory interface that created the filter.
  • pwzType
    [in] String value that indicates the MIME that the filter was handling.

Return Values

Returns S_OK if successful (pluggable MIME filter was removed), or E_FAIL if the pluggable MIME filter was not registered.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

IInternetSession

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.