GetDirtyPageIDs

image\bltlrgss.gif Editions  image\bltlrgss.gif Related Transactions  image\bltlrgss.gif Example

The GetDirtyPageIDs transaction returns the number of pages that are dirty, and their identifiers. This is normally used to determine whether the pages should be saved or checked in.

Type XTYP_REQUEST

Syntax [GetDirtyPageIDs(docwinID)]

Parameter

Data type

Values

Meaning

docwinID

DWORD

0 | docwinID

active | specific

Reply

Data type

Values

Meaning

count

WORD

0 | 1 | 2 | . . .

number of dirty pages

pageIDs

DWORD

pageID1, pageID2, …

identifiers of the dirty pages. See Remarks.

Remarks

pageID is repeated for each dirty page within a document.

Release information

Added in Release 3.82.

See also