Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.88 KB

imfworkqueueservices-remotebeginregistertopologyworkqueueswithmmcss.md

File metadata and controls

50 lines (30 loc) · 1.88 KB
description ms.assetid title ms.topic ms.date
Remotable version of the IMFWorkQueueServices::BeginRegisterTopologyWorkQueuesWithMMCSS method.
1ea258c9-1f7f-4324-a17a-d044a4864ea4
RemoteBeginRegisterTopologyWorkQueuesWithMMCSS (Mfobjects.h)
reference
05/31/2018

RemoteBeginRegisterTopologyWorkQueuesWithMMCSS

Remotable version of the IMFWorkQueueServices::BeginRegisterTopologyWorkQueuesWithMMCSS method.

[call_as(BeginRegisterTopologyWorkQueuesWithMMCSS)]
HRESULT RemoteBeginRegisterTopologyWorkQueuesWithMMCSS(
    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 BeginRegisterTopologyWorkQueuesWithMMCSS 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

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)
Library
Mfuuid.lib

See also

IMFWorkQueueServices