ReactOS 0.4.16-dev-816-g135a9a9
|
Public Member Functions | |
HRESULT | GetPreferredClsid (DWORD pluginType, LPCWSTR selector, CLSID *clsid) |
HRESULT | GetPreferredClsidByIndex (DWORD pluginType, DWORD index, LPWSTR *selector, CLSID *clsid) |
HRESULT | SetPreferredClsid (DWORD pluginType, LPCWSTR selector, const CLSID *clsid) |
HRESULT | IsDisabled (DWORD pluginType, REFCLSID clsid) |
HRESULT | GetDisabledByIndex (DWORD pluginType, DWORD index, CLSID *clsid) |
HRESULT | SetDisabled (DWORD pluginType, REFCLSID clsid, BOOL disabled) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 577 of file mfobjects.idl.
HRESULT IMFPluginControl::GetPreferredClsidByIndex | ( | DWORD | pluginType, |
DWORD | index, | ||
LPWSTR * | selector, | ||
CLSID * | clsid | ||
) |
HRESULT IMFPluginControl::SetPreferredClsid | ( | DWORD | pluginType, |
LPCWSTR | selector, | ||
const CLSID * | clsid | ||
) |