5.4  WD_Close

PURPOSE
• Closes the access to the WinDriver kernel module.
PROTOTYPE
void WD_Close(HANDLE hWD);
PARAMETERS
NameTypeInput/Output
hWDHANDLEInput
DESCRIPTION
NameDescription
hWDHandle to WinDriver's kernel-mode driver as received from WD_Open [5.2]
RETURN VALUE
None
REMARKS
EXAMPLE
WD_Close(hWD);