//-------------------------------------------------------------------- // Microsoft OLE DB Test // // Copyright (C) 1995-2000 Microsoft Corporation // // @doc // // @module ICPOINT.H | This module contains header information for // OLE DB IConnectionPoint interface Test // // @rev 01 | 02-04-96 | Microsoft | Created // @rev 02 | 12-01-96 | Microsoft | Updated // #ifndef _ICPOINT_H_ #define _ICPOINT_H_ #include "oledb.h" // OLE DB Header Files #include "oledberr.h" #include "privlib.h" // Private Library #endif // _ICPOINT_H_