2020-09-30 16:53:55 +02:00

45 lines
1.5 KiB
C

/*==========================================================================
*
* Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
*
* File: SPMessages.h
* Content: Direct SP callback interface header file
*@@BEGIN_MSINTERNAL
* History:
* Date By Reason
* ==== == ======
* 10/08/99 jtk Created
*@@END_MSINTERNAL
*
***************************************************************************/
#ifndef __SPMESSAGES_H__
#define __SPMESSAGES_H__
//**********************************************************************
// Constant definitions
//**********************************************************************
//**********************************************************************
// Macro definitions
//**********************************************************************
//**********************************************************************
// Structure definitions
//**********************************************************************
//
// VTable for SPMessage callback functions
//
extern IDP8SPCallbackVtbl SPMessagesVtbl;
//**********************************************************************
// Variable definitions
//**********************************************************************
//**********************************************************************
// Function prototypes
//**********************************************************************
#endif // __SPMESSAGES_H__