Jump to content

BKM QUERYPAGEINFO

From EDM2
Revision as of 18:24, 21 April 2025 by Martini (talk | contribs) (Created page with "This message queries the page information associated with a notebook page. ==Syntax== <PRE> param1 ULONG ulPageId; Id of the notebook page whose information is to be queried.: 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 queried. ;pPageInfo (PPAGEINFO) - Input/Outpu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message queries the page information associated with a notebook page.

Syntax

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

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 queried.
pPageInfo (PPAGEINFO) - Input/Output
Pointer to a notebook page information structure.
rc (BOOL) - returns
Success indicator:
TRUE: Message was processed.
FALSE: Message was ignored.

Remarks

This message handles the following notebook messages:

Default Processing

The default message procedure sets rc to TRUE.