Jump to content

MLM_SETFIRSTCHAR

From EDM2
Revision as of 03:20, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:MLM_SETFIRSTCHAR}} This message sets the first visible character. ==Syntax== <pre> param1 IPT iptFVC; Insertion point to place in top left-hand corner.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;iptFVC (IPT) - input: Insertion point to place in top left-hand corner. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message sets the first visible character.

Syntax

param1
IPT iptFVC;    /* Insertion point to place in top left-hand corner. */

param2
ULONG ulReserved; /* Reserved value, should be 0. */

Parameters

iptFVC (IPT) - input
Insertion point to place in top left-hand corner.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

rc (BOOL) - return
Success indicator.
TRUE: Successful completion.
FALSE: An error occurred.

Remarks

This message scrolls the text to place the character following the insertion point into the upper left-hand corner of the window. If the insertion point specified is beyond the end of a line, or the end of the file, it is resolved in the same way as it is for a mouse click.

Default Processing

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