Public Method WndProc

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.
hwndRequired. A Long Value.
MsgRequired. A Long Value.
wParamRequired. A Long Value.
lParamRequired. A Long Value.