BKM QUERYPAGEINFO: Difference between revisions
Appearance
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..." |
No edit summary |
||
Line 15: | Line 15: | ||
;ulPageId ([[ULONG]]) - Input | ;ulPageId ([[ULONG]]) - Input | ||
: Id of the notebook page whose information is to be queried. | : Id of the notebook page whose information is to be queried. | ||
;pPageInfo ([[ | ;pPageInfo (P[[PAGEINFO]]) - Input/Output | ||
: Pointer to a notebook page information structure. | : Pointer to a notebook page information structure. | ||
;rc ([[BOOL]]) - returns | ;rc ([[BOOL]]) - returns |
Latest revision as of 18:29, 21 April 2025
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:
- BKM_QUERYPAGEDATA
- BKM_QUERYPAGEWINDOWHWND
- BKM_QUERYSTATUSLINETEXT
- BKM_QUERYTABBITMAP
- BKM_QUERYTABTEXT
Default Processing
The default message procedure sets rc to TRUE.