MFTUnregister function
Unregisters a Media Foundation transform (MFT).
Syntax
HRESULT MFTUnregister( _In_ CLSID clsidMFT );
Parameters
- clsidMFT [in]
-
The CLSID of the MFT.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This function removes the registry entries created by the MFTRegister function.
It is safe to call MFTUnregister twice with the same CLSID. If the CLSID is not found in the registry, the function succeeds and does nothing.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also