/*[]=====================================================================[]*/ /*[] LeadTools Run Time Library - Version 11 []*/ /*[] []*/ /*[] []*/ /*[] Copyright (c) 1991-2000 LEAD Technologies, Inc. []*/ /*[] All Rights Reserved. []*/ /*[] []*/ /*[] process.h []*/ /*[]=====================================================================[]*/ #ifndef _PROCESS_H_ #define _PROCESS_H #include #include #include "..\\..\\..\\include\\ltkrn.h" #include "..\\..\\..\\include\\ltdis.h" #include "..\\..\\..\\include\\ltfil.h" #include "..\\..\\..\\include\\ltdic.h" L_CHAR *GetProcessString(L_INT nProcess); L_VOID DisconnectFromServer(HDICOMNET hNet); VOID CALLBACK ProcessTimer(HWND hWnd, UINT uMsg, UINT iTimerID, DWORD dwTime); L_VOID CloseConnection(HDICOMNET hNet); L_VOID InitProcess(); L_VOID StartProcess(L_INT nProcess, L_UCHAR nPresentationID); L_VOID FinishProcess(L_INT nProcess); VOID CALLBACK BlinkTimer(HWND hWnd, UINT uMsg, UINT iTimerID, DWORD dwTime); L_VOID StartBlink(); L_VOID StopBlink(); L_VOID PaintBlink(); L_VOID StatusReceive(L_UINT32 nBytes); L_VOID StatusSend(L_UINT32 nBytes); L_VOID StatusCommand(L_INT nFlag, L_CHAR *lpszMsg, L_BOOL bUpdate); L_VOID StatusServer(L_CHAR *szMsg, L_BOOL bUpdate); L_VOID StatusInit(); L_VOID StatusInit(L_BOOL bUpdate); #endif _PROCESS_H