|
IStdMarshalInfo
The IStdMarshalInfo interface returns the CLSID identifying the handler to be used in the
destination process during standard marshaling.
Even if an object uses standard marshaling instead of custom marshaling, it
can still specify a handler that should be loaded in the client process. Such a
handler would handle certain requests locally and delegate others back to the
original object (using standard marshaling). To get the CLSID of the handler to
be loaded, OLE queries the object for the IStdMarshalInfo interface and then the IPersist interface. If neither interface is supported, a standard handler is used.
When to Implement
If you are writing a server application that supports class emulation (that
is, if your server can manipulate objects of another type in response to the
Activate As option in the Convert dialog box), you must implement the IStdMarshalInfo interface
Note that your handler must aggregate the default handler.
When to Use
You typically don't call this interface yourself. OLE queries for this
interface when performing standard marshaling.
Methods in VTable Order
IStdMarshalInfo Method
| Description
|
See Also
IMarshal
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|