RemoteCreateObjectByCLSID

Remotable version of the IMFPMPHost::CreateObjectByCLSID method.

[call_as(CreateObjectByCLSID)]
HRESULT RemoteCreateObjectByCLSID( 
    REFCLSID clsid,
    BYTE *pbData, 
    DWORD cbData, 
    REFIID riid,
    void **ppv
);

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 CreateObjectByCLSID 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

IMFPMPHost

PMP Media Session

Protected Media Path