Jump to content

MLM_QUERYFORMATRECT

From EDM2
Revision as of 02:38, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:MLM_QUERYFORMATRECT}} This message queries the format dimensions and mode. ==Syntax== <pre> param1 PPOINTL pFormatRect; Format dimensions.: param2 ULONG flFlags; Flags governing interpretation of dimensions.: </pre> ==Parameters== ;pFormatRect (PPOINTL) - input: Format dimensions. ::The size of the current limiting dimensions. ;flFlags (ULONG) - input: Flags governing interpretation of dimensions. ::An array of MLFFMTRECT_* flags...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message queries the format dimensions and mode.

Syntax

param1
PPOINTL pFormatRect; /* Format dimensions. */

param2
ULONG flFlags;       /* Flags governing interpretation of dimensions. */

Parameters

pFormatRect (PPOINTL) - input
Format dimensions.
The size of the current limiting dimensions.
flFlags (ULONG) - input
Flags governing interpretation of dimensions.
An array of MLFFMTRECT_* flags defined under the flFlags field of the [[MLM_
SETFORMATRECT]] message.

Returns

ulReserved (ULONG) - return
Reserved value.

Default Processing

The default window procedure takes no action on this message, other than to set ulReserved to 0.