IStdMarshalInfo::GetClassForHandler
Retrieves the CLSID of the object handler to be used in the destination
process during standard marshaling.
HRESULT GetClassForHandler(
DWORD dwDestContext,
| //Specifies the destination process
|
void * pvDestContext,
| //Reserved for future use
|
CLSID * pClsid
| //Receives the CLSID
|
);
|
|
Parameters
dwDestContext
[in] Specifies the destination context, that is, the process in which the
unmarshaling will be done. The legal values for
dwDestContext are taken from the enumeration
MSHCTX. For information on the
MSHCTX enumeration, see the "Data Structures" section.
pvDestContext
[in] Reserved for use with future
MSHCTX values.
pClsid
[out] On exit, contains the handler's CLSID.
Return Values
S_OK
The CLSID was retrieved successfully.
E_OUTOFMEMORY
Out of memory.
E_INVALIDARG
One or more arguments are invalid.
E_UNEXPECTED
An unexpected error occurred.
Comments
Notes to Implementors
Your implementation of
IStdMarshalInfo::GetClassForHandler must return your own CLSID. This allows an object created by a different
server to behave as one your server created.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database