usQueryOrder (USHORT)

      Page ID query order.

      Order in which to query the page identifier.

      BKA_FIRST

        Get the page identifier for the first page. The page ID specified in the ulPageId parameter for param1 is ignored if this is specified.
      BKA_LAST
        Get the page identifier for the last page. The page ID specified in the ulPageId parameter for param1 is ignored if this is specified.
      BKA_NEXT
        Get the page identifier for the 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, BOOKERR_INVALID_PARAMETERS is returned.
      BKA_PREV
        Get the page identifier for the 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, BOOKERR_INVALID_PARAMETERS is returned.
      BKA_TOP
        Get the page identifier for the page currently visible in the notebook. The page ID specified in the ulPageId parameter for param1 is ignored if this is specified.


      [Back] [Next]