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 Software Technologies 2005–2010