IN_GetDirtyPageIDs

All Editions image\bltlrgsq_shg.gif Related Functions image\bltlrgsq_shg.gif Example

The IN_GetDirtyPageIDs function returns the number of pages in the specified document window that are modified (or dirty) along with a list of their identifiers. Use this function before check ins and saves to see which pages have changed.

Syntax

int IN_GetDirtyPageIDs( docwinID, maxPageIDs, pPageCount, pDirtyPageIDs )

Input Parameters

Values

Meaning

IN_DOCWIN docwinID

0 | docwinID

active | specific

SHORT maxPageIDs

the maximum number of pages requested

Output Parameters

Meaning

SHORTPTR pPageCount

pointer to the number of dirty page identifiers returned; no more than maxPageIDs

IN_PAGE_PTR pDirtyPageIDs

pointer to the list of dirty page identifiers

Release information

Added to Imagenation for Windows in Release 4.00.

As of Release 5.1, also available in Imagenation for UNIX.

Also supported in Imagenation 3.3 for UNIX.

See also

Changing a document's status

Saving documents

Checking documents in and out