Enable

  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.

Parameter

lpEventProc

Points to the callback function to call when a mouse interrupt occurs.

Return Value

This function has no return value.

Comments

The export ordinal for this function is 2.

See Also

Disable