5.4 WD_Close
Chapter 5. General WD_xxx Functions
5.4 WD_Close
Purpose
• Closes the access to the WinDriver kernel module.
Prototype
void WD_Close(HANDLE hWD);
Parameters
Name
Type
Input/Output
hWD
HANDLE
Input
Description
Name
Description
hWD
Handle to WinDriver's kernel-mode driver as received from
WD_Open
() [
5.2
]
Return Value
None
Remarks
This function must be called when you finish using WinDriver kernel module.
Example
WD_Close(hWD);
İ Jungo Ltd. 2005–2010