The GetDocwins transaction returns the number of open document windows, and a list of their identifiers.
Type XTYP_REQUEST
Syntax [GetDocwins()]
|
Reply |
Data type |
Values |
Meaning |
|
count |
WORD |
0 | 1 | 2 | . . . |
number of open document windows |
|
docwinIDs |
DWORD |
docwinID1, docwinID2 … |
identifier of each document window |
Remarks
docwinID is repeated for each open document window. The count value has an internal limit of 100. If there are more document windows than that, their identifiers are not returned.
Release information
Added in Release 3.81.
See also