2025-04-27 07:49:33 -04: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