Overrides WndProc to enable checking for and handling WM_DEVICECHANGE messages.
Type Return
A Long Value
Syntax
Object.WndProc ( hwnd, Msg, wParam, lParam)
The WndProc Methods syntax has these parts:
| Part | Description |
| object | An expression evaluating to an Object of type modWinUSB. |
| hwnd | Required. A Long Value. |
| Msg | Required. A Long Value. |
| wParam | Required. A Long Value. |
| lParam | Required. A Long Value. |