The GetDirtyDocwins transaction returns the number of document windows that are dirty, and their identifiers. This is normally used to determine whether the documents should be saved or checked in.
Type XTYP_REQUEST
Syntax [GetDirtyDocwins()]
|
Reply |
Data type |
Values |
Meaning |
|
count |
WORD |
0 | 1 | 2 | . . . |
number of dirty document windows |
|
docwinIDs |
DWORD |
docwinID1, docwinID2, … |
identifiers of the dirty document windows |
Remarks
docwinID is repeated for each dirty document window. There is an internal count limit of 100. If there are more dirty documents than that, their identifiers are not returned.
Release information
Added in Release 3.81.
See also