Closes the access to the WinDriver kernel module.
void WD_Close(HANDLE hWD);
| Name | Type | Input/Output |
|---|---|---|
| hWD | HANDLE | Input |
| Name | Description |
|---|---|
| hWD | Handle to WinDriver's kernel-mode driver as
received from WD_Open() |
None
This function must be called when you finish using WinDriver kernel module.
WD_Close(hWD);