The NotifyIM -- ChangeDocwin notification tells client applications that the the active document window has changed from one to another through the user interface.
Type XTYP_ADVSTART or XTYP_ADVSTOP
Item Syntax NotifyIM -- ChangeDocwin
Type XTYP_ADVDATA
Item Syntax NotifyIM -- ChangeDocwin
Data Syntax (HWND:docwinID) (FOCUS:activation)
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
WORD |
identifier of the document window | |
|
activation |
BOOL |
0 | 1 |
deactivated | activated |
Remarks
Usually two sets of data will be returned: One for the window that was deactivated, and one for the window that was activated.
This notification does not work with external document windows.
Release information
Added in Release 4.00.
See also