windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/wb/gccmsg.h
2020-09-26 16:20:57 +08:00

11 lines
189 B
C

#ifndef GCCMSG_H
#define GCCMSG_H
#include <igccapp.h>
GCCError CreateSap(void);
GCCError DeleteSap(void);
void CALLBACK DispatchGCCNotification( GCCAppSapMsg *pMsg );
#endif //GCCMSG_H