VOID Enable(lpEventProc) | |||
LPFN lpEventProc; |
The Enable function enables the mouse-interrupt procedure and specifies the mouse-event callback function the procedure is to call when an interrupt occurs.
lpEventProc
Points to the callback function to call when a mouse interrupt occurs.
This function has no return value.
The export ordinal for this function is 2.