All Editions
Related Functions
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 |
|
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