PURPOSE
Closes the access to the WinDriver kernel module.
PROTOTYPE
void WD_Close(HANDLE hWD);
PARAMETERS
| Name | Type | Input/Output |
|---|---|---|
| HANDLE | Input |
DESCRIPTION
| Name | Description |
|---|---|
| hWD | Handle to WinDriver's kernel-mode driver as received from WD_Open() [5.2] |
RETURN VALUE
None
REMARKS
EXAMPLE
WD_Close(hWD);