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);