IMFPluginControl::IsDisabled method
Queries whether a class identifier (CLSID) appears in the blocked list.
Syntax
HRESULT IsDisabled( [in] DWORD pluginType, [in] REFCLSID clsid );
Parameters
- pluginType [in]
-
Member of the MF_Plugin_Type enumeration, specifying the type of object for the query.
- clsid [in]
-
The CLSID to search for.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The specified CLSID appears in the blocked list. |
|
Invalid argument. |
|
The specified CLSID is not in the blocked list. |
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Show: