home *** CD-ROM | disk | FTP | other *** search
- /*
- * IFT_OLE.h
- * $Header: /bcsample/IFACEDLL/IFT_OLE.H 1 5/28/96 1:12p Dave $
- *
- * Description:
- * Common OLE includes and type definitions.
- *
- * Notes:
- * <implementation notes go here>
- *
- ***********************************************************************
- *
- * NuMega Technologies, Inc.
- * P.O. Box 7780
- * Nashua, NH 03060
- *
- * (c) Copyright 1994, 1995, 1996 NuMega Technologies, Inc.
- * ALL RIGHTS RESERVED.
- *
- ***********************************************************************
- *
- **********************************************************************/
-
- #ifndef _IFT_OLE_H
- #define _IFT_OLE_H
-
- #include <windows.h>
- #include <ole2.h>
- #include <ole2ver.h>
- #include <olectl.h>
-
- #ifndef PPVOID
- typedef LPVOID * PPVOID;
- #endif //PPVOID
-
- // Type for an object-destroyed callback
- typedef void (*PFNDESTROYED)(void);
-
-
- #endif // _IFT_OLE_H