/*========================================================================== * * 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__