Windows2003-3790/windows/netdde/incs/ipc.h

10 lines
265 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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