CBTACTIVATESTRUCT  1T3J2C5 

The CBTACTIVATESTRUCT structure contains information passed to a WH_CBT hook procedure before a window is activated.

typedef struct tagCBTACTIVATESTRUCT {  // cas

    BOOL fMouse;

    HWND hWndActive;

} CBTACTIVATESTRUCT;

 

Members

fMouse

Specifies whether the window is being activated as a result of a mouse click. This value is TRUE if a mouse click is causing the activation or FALSE if it is not.

hWndActive

Identifies the active window.

 

See Also

SetWindowsHookEx