VOID Enable(LPFN lpEventProc)
Passes the address of the Windows mouse-event callback function to VMOUSE. When VMOUSE receives mouse input for Windows, it passes the input to the callback function. The export ordinal for this function is 2.
See also Mouse_Event