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