WindowEventType

NI Vision for LabWindows/CVI Function

WindowEventType

Describes the type of a window event.

Elements

Name

Value

Description

IMAQ_NO_EVENT 0 No event occurred since the last call to imaqGetLastEvent().
IMAQ_CLICK_EVENT 1 The user clicked on a window.
IMAQ_DRAW_EVENT 2 The user drew an ROI in a window.
IMAQ_MOVE_EVENT 3 The user moved a window.
IMAQ_SIZE_EVENT 4 The user sized a window.
IMAQ_SCROLL_EVENT 5 The user scrolled a window.
IMAQ_ACTIVATE_EVENT 6 The user activated a window.
IMAQ_CLOSE_EVENT 7 The user closed a window.
IMAQ_DOUBLE_CLICK_EVENT 8 The user double-clicked in a window.
IMAQ_WINDOW_EVENT_TYPE_SIZE_GUARD 0xFFFFFFFF Reserved