UnregisterMimeFilter method
Unregisters a temporary pluggable MIME filter.
Syntax
HRESULT retVal = object.UnregisterMimeFilter(pCF, pwzType);
Parameters
- pCF [in]
-
Type: IClassFactory
The address of the IClassFactory interface that created the filter.
- pwzType [in]
-
Type: LPCWSTR
A string value that indicates the MIME that the filter was handling.
Show: