RemoteBeginRegisterPlatformWorkQueueWithMMCSSEx

Remotable version of IMFWorkQueueServicesEX::BeginRegisterPlatformWorkQueueWithMMCSSEx.

[call_as(BeginRegisterPlatformWorkQueueWithMMCSSEx)]
HRESULT RemoteBeginRegisterPlatformWorkQueueWithMMCSSEx(
    DWORD dwPlatformWorkQueue,
    LPCWSTR wszClass,
    DWORD dwTaskId, 
    LONG lPriority,
    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 BeginRegisterPlatformWorkQueueWithMMCSSEx 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 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Mfidl.idl

See also

IMFWorkQueueServicesEx