Jungo WinDriver  
Official Documentation
wdagent.h
Go to the documentation of this file.
1#if !defined (__KERNEL__)
2#if defined(__cplusplus)
3extern "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
DWORD WD_AgentClose(void)
Close the WinDriver Agent that allows validating the license string in the running WinDriver-based pr...
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...
#define _In_
Definition windrvr.h:37