CODController::OnSetCursor

BOOLCODController::OnSetCursor(CWnd*pWnd, UINTnHitTest, UINTmessage)

Called to set the current cursor. If the mouse cursor is not in the client area of the window, processing is passed up to the CWnd object.

Defined in: OdController.cpp

Return Value

TRUE to halt further processing, or FALSE to continue.

Parameters

pWnd

Specifies a pointer to the window that contains the cursor. The pointer may be temporary and should not be stored for later use.

nHitTest

Specifies the hit-test area code. The hit test determines the cursor's location.

message

Specifies the mouse message number.