Jump to content

BKM SETPAGEINFO

From EDM2
Revision as of 18:35, 21 April 2025 by Martini (talk | contribs) (Created page with "This message sets the page information associated with notebook page which contains a single message. ==Syntax== <PRE> param1 ULONG ulPageId; Id of the notebook page whose information is to be set.: param2 PPAGEINFO pPageInfo; Pointer to a notebook page information structure.: returns BOOL rc; Success indicator.: </PRE> ==Parameters== ;ulPageId (ULONG) - Input : Id of the notebook page whose information is to be set. ;pPageInfo (PPAGEIN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message sets the page information associated with notebook page which contains a single message.

Syntax

param1
ULONG ulPageId;   /* Id of the notebook page whose information is to be set. */

param2
PPAGEINFO pPageInfo; /* Pointer to a notebook page information structure. */

returns
BOOL rc;          /* Success indicator. */

Parameters

ulPageId (ULONG) - Input
Id of the notebook page whose information is to be set.
pPageInfo (PPAGEINFO) - Input
Pointer to a notebook page information structure.
rc (BOOL) - returns
Success indicator:
TRUE: Message was processed.
FALSE: Message was ignored.

Remarks

This message provides an application with the ability to associate a window handle, a static dialog resource or a dynamic dialog resource with a notebook page. The notebook can automatically load the dialog resource when the resource is associated with the page or when the page is turned.

This message performs the tasks of the following notebook messages:

Default Processing

The default message procedure sets rc to TRUE.