Jungo WinDriver  
Official Documentation
wd_log.h
Go to the documentation of this file.
1 /* @JUNGO_COPYRIGHT@ */
2 
3 #ifndef _WD_LOG_H_
4 #define _WD_LOG_H_
5 
6 #ifdef __cplusplus
7  extern "C" {
8 #endif
9 
10 ULONG DLLCALLCONV WdFunctionLog(DWORD wFuncNum, HANDLE h, PVOID pParam,
11  DWORD dwSize, BOOL fWait);
12 HANDLE DLLCALLCONV WD_OpenLog(void);
13 void DLLCALLCONV WD_CloseLog(HANDLE hWD);
14 
32 DWORD DLLCALLCONV WD_LogStart(const char *sFileName, const char *sMode);
33 
42 
57 VOID DLLCALLCONV WD_LogAdd(const char *sFormat, ...);
58 
59 #undef WD_FUNCTION
60 #undef WD_Close
61 #undef WD_Open
62 
63 #define WD_FUNCTION WdFunctionLog
64 #define WD_Close WD_CloseLog
65 #define WD_Open WD_OpenLog
66 
67 #ifdef __cplusplus
68 }
69 #endif
70 
71 #endif /* _WD_LOG_H_ */
72 
HANDLE DLLCALLCONV WD_OpenLog(void)
ULONG DLLCALLCONV WdFunctionLog(DWORD wFuncNum, HANDLE h, PVOID pParam, DWORD dwSize, BOOL fWait)
DWORD DLLCALLCONV WD_LogStart(const char *sFileName, const char *sMode)
Opens a log file.
void DLLCALLCONV WD_CloseLog(HANDLE hWD)
VOID DLLCALLCONV WD_LogStop(void)
Closes a log file.
VOID DLLCALLCONV WD_LogAdd(const char *sFormat,...)
Opens a log file.
#define DLLCALLCONV
Definition: windrvr.h:32