IN_GetDocwinIDFromHWnd

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

You can identify document windows by their identifiers or their window handles. The IN_GetDocwinIDFromHWnd function returns the document window identifier for the specified window handle.

Syntax

int IN_GetDocwinIDFromHWnd( hWnd, pDocwinID )

Input Parameters

Meaning

HWND hWnd

window handle

Output Parameters

Meaning

IN_DOCWIN_PTR pDocwinID

pointer to the document window identifier

Release information

Added to Imagenation for Windows in Release 4.00.

Uses a Windows-specific parameter. If you are working with a Wind/U-based client application, it is also available in Imagenation for UNIX (as of Release 5.1).

See also

Getting document window information