RemoteBeginEnableContent
Remotable version of the IMFContentProtectionManager::BeginEnableContent method.
[call_as(BeginEnableContent)]
HRESULT RemoteBeginEnableContent(
REFCLSID clsidType,
BYTE *pbData,
DWORD cbData,
IMFRemoteAsyncCallback *pCallback
);
Remarks
Applications cannot call this method directly, and objects do not implement this method. The method does not appear in the vtable for the interface. If BeginEnableContent is called across process boundaries, the Media Foundation proxy/stub DLL translates the call into a call to the remote method and then translates it back.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also