id (USHORT)
notifycode (USHORT)
The notebook control uses these notification codes:
BKN_HELP
If the application does not want the page to be turned, it sets the ulPageIdNew field of the PAGESELECTNOTIFY structure to NULL before returning.
notifyinfo (ULONG)
The value of this parameter depends on the value of the notifycode parameter. When the value of the notifycode parameter is BKN_HELP, this parameter is the ID of the notebook page (ulPageId) whose tab contains the selection cursor.
When the value of the notifycode parameter is BKN_PAGESELECTED or BKN_PAGESELECTEDPENDING, this parameter is a pointer to the PAGESELECTNOTIFY structure.
When the value of the notifycode parameter is BKN_PAGEDELETED, this parameter is a pointer to the DELETENOTIFY structure.
Otherwise, this parameter is the notebook control window handle.
ulReserved (ULONG)