IN_GetDirtyDocumentWindows

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

The IN_GetDirtyDocumentWindows function returns the number of document windows that are modified (or dirty) and their identifiers. Use this function before check ins and saves to see which documents have changed.

Syntax

int IN_GetDirtyDocumentWindows( maxDocwins, pDocwinCount, pDocwinIDs )

Input Parameters

Meaning

SHORT maxDocwins

the maximum number (an integer) of identifiers that you want returned

Output Parameters

Meaning

SHORTPTR pDocwinCount

pointer to the number of dirty document windows; no more than maxDocwins

IN_DOCWIN_PTR pDocwinIDs

pointer to the list of document window identifiers

Release information

Added to Imagenation for Windows in Release 4.00.

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

See also

Changing a document's status

Saving documents

Checking documents in and out