Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Registers a temporary pluggable MIME filter on the current process.
Syntax
HRESULT retVal = object.RegisterMimeFilter(pCF, rclsid, pwzType);
Parameters
pCF [in]
Type: IClassFactoryThe address of an IClassFactory interface where an IInternetProtocol object can be created.
rclsid [in]
Type: REFCLSIDA reference to the CLSID of the MIME handler.
pwzType [in]
Type: LPCWSTRA string value that contains the MIME to register.
Remarks
This method registers a pluggable MIME filter only on the current process. No other processes are affected by this method.
An application can register a pluggable MIME filter for a particular period of time so that it can handle requests for some MIMEs by calling IInternetSession::RegisterMimeFilter. This method can be called multiple times by using the same interface to register the different MIME types it can handle.