Order
attributes.
Placement of page relative to the previously inserted pages. You can specify
one of the following attributes:
BKA_FIRST
Insert page at the front of the notebook.
The page ID specified in the ulPageId parameter for param1 is
ignored if this is specified.
BKA_LAST
Insert
page at the end of the notebook. The page ID specified in the ulPageId
parameter for param1 is ignored if this is specified.
BKA_NEXT
Insert page after the page whose ID is specified
in the ulPageId parameter for param1. If the page ID specified
in the ulPageId parameter is invalid, NULL is returned and no page
is inserted.
BKA_PREV
Insert
page before the page whose ID is specified in the ulPageId parameter
for param1. If the page ID specified in the ulPageId parameter
is invalid, NULL is returned and no page is inserted.
[Back]
[Next]