Windows2003-3790/windows/netdde/incs/ipc.h
2020-09-30 16:53:55 +02:00

10 lines
265 B
C

#ifndef H__ipc
#define H__ipc
HIPC IpcInitConversation( HDDER hDder, LPDDEPKT lpDdePkt,
BOOL bStartApp, LPSTR lpszCmdLine, WORD dd_type );
VOID IpcAbortConversation( HIPC hIpc );
BOOL IpcXmitPacket( HIPC hIpc, HDDER hDder, LPDDEPKT lpDdePkt );
#endif