The information in this article applies to:
SUMMARY
CXPRX provides 32-bit marshaling code for the IConnectionPoint,
IConnectionPointContainer, IEnumConnections, and IEnumConnectionPoints
interfaces. The next version of Windows and Windows NT will provide
marshaling code for these interfaces, so be sure to follow the installation
instructions specified below to prevent accidental overwriting of the
system provided marshaling code. CXPRX.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. After downloading the file, run it in an empty directory with the -d switch to set up the directory structure: CXPRX.EXE -dNOTE: The x86 directory contains a build of CXPRX.DLL that will work on Windows 95 and the Intel x86 version of Windows NT 3.51. The MIPS and Alpha directories contain builds of CXPRX.DLL for use on the MIPS and Alpha versions of Windows NT 3.51. This code will not work with 16-bit applications. Please do not modify the code or the version number. Change the CPU variable in the makefile to build for different platforms. MORE INFORMATION
The connection point interfaces (IConnectionPoint,
IConnectionPointContainer, IEnumConnections, and IEnumConnectionPoints) are
used by components to implement event handling. These interfaces are
documented in the OLE Controls documentation. Windows 95 and Windows NT
3.51 did not provide marshaling code for these interfaces. Consequently
these interfaces could only be used with inproc objects on these platforms.
The marshaling code provided here allows these interfaces to be used by out-
of-process objects on the Windows NT 3.51 and Windows 95 platforms. Installation InstructionsAn installation program that installs the marshaling code should follow these steps:
Additional query words: kbOLE200 kbOLEArc kbSDKWin32 kbDSupport
Keywords : kbfile kbsample kbAutomation kbNTOS350 kbNTOS351 kbOLE200 kbWinOS95 kbGrpCom kbDSupport |
Last Reviewed: December 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |