Jungo WinDriver
Official Documentation
wdagent.h
Go to the documentation of this file.
1
#if !defined (__KERNEL__)
2
#if defined(__cplusplus)
3
extern
"C"
{
4
#endif
5
6
#define WD_AGENT_DEFAULT_TIMEOUT 3
37
DWORD
WD_AgentStart
(
_In_
HANDLE hWD,
_In_
const
char
*pcLicense,
_In_
DWORD dwTimeout);
50
DWORD
WD_AgentClose
(
void
);
51
52
#if defined(__cplusplus)
53
}
54
#endif
55
#endif
WD_AgentClose
DWORD WD_AgentClose(void)
Close the WinDriver Agent that allows validating the license string in the running WinDriver-based pr...
WD_AgentStart
DWORD WD_AgentStart(_In_ HANDLE hWD, _In_ const char *pcLicense, _In_ DWORD dwTimeout)
Start the WinDriver Agent that allows validating the license string in the running WinDriver-based pr...
_In_
#define _In_
Definition
windrvr.h:37
include
wdagent.h
Generated by
1.11.0