CBTACTIVATESTRUCT structure (winuser.h)
Contains information passed to a WH_CBT hook procedure, CBTProc, before a window is activated.
Syntax
typedef struct tagCBTACTIVATESTRUCT {
BOOL fMouse;
HWND hWndActive;
} CBTACTIVATESTRUCT, *LPCBTACTIVATESTRUCT;
Members
fMouse
Type: BOOL
This member is TRUE if a mouse click is causing the activation or FALSE if it is not.
hWndActive
Type: HWND
A handle to the active window.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | winuser.h (include Windows.h) |
See also
Conceptual
Reference