IN_GetDocumentWindows

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

The IN_GetDocumentWindows function returns the number of open document windows, and a list of their identifiers.

Syntax

int IN_GetDocumentWindows( maxDocwins, pDocwinCount, pDocwinIDs )

Input Parameters

Values

Meaning

SHORT maxDocwins

the maximum number of identifiers that you returned

 

0

return pDocwinCount only

Output Parameters

Meaning

SHORTPTR pDocwinCount

pointer to the number of open 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

Getting document window information