IStdMarshalInfo::GetClassForHandler

HRESULT IStdMarshalInfo::GetClassForHandler(dwDestContext, dwDestContext, pclsid)

Return the CLSID whose handler is to be used in the remote client process.

Argument

Type

Description

dwDestContext

DWORD

As in CoMarshalInterface.

pvDestContext

void*

As in CoMarshalInterface.

pclsid

CLSID*

The place at which the requested CLSID is returned.


Return Value

Meaning

S_OK

Success. The required CLSID is returned.

E_UNEXPECTED

An unspecified error occurred.