BKM QUERYPAGEINFO
Appearance
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.