5.1 Calling Sequence WinDriver – General Use
The following is a typical calling sequence for the WinDriver API.
![[Note]](scripts/images/note.png) | |
|---|
-
We recommend calling the WinDriver function
WD_Version() [5.3] after calling
WD_Open() [5.2] and before calling
any other WinDriver function. Its purpose is to return the WinDriver kernel
module version number, thus providing the means to verify that your
application is version compatible with the WinDriver kernel module.
WD_DebugAdd() [5.6] and
WD_Sleep() [5.8] can be called
anywhere after WD_Open()
|