SAMPLE: VTBLBIND: Marshaling Using an OLE Automation MarshalerLast reviewed: June 6, 1996Article ID: Q139074 |
The information in this article applies to:
SUMMARYThe VTBLBIND sample demonstates how to use the OLE Automation marshaler to marshal a custom interface. Download VTBLBIND.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
VTBLBIND.EXE -d MORE INFORMATIONStandard marshaling code for custom COM interfaces, generated using the MIDL compiler or written manually, doesn't support 16/16 bit and 16/32 bit interoperability in Windows 95 and Windows NT 3.51. The OLE Automation marshaler, however, does support 16/16 bit and 16/32 bit interoperability for local servers (.exe servers), so you can use it to work around this interoperability problem if you are interested in 16-bit support. However, the types that can be used in interfaces that can be marshaled by the OLE Automation marshaler are restricted to the OLE Automation compatible types.
REFERENCESFor more details, please see the Vtblbind.doc file included in the sample.
|
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |