ulPageId (ULONG)

      Page ID.

      Page identifier of the page whose bit-map handle is requested. This should be a page for which a BKA_MAJOR or BKA_MINOR attribute has been specified.

    ulReserved (ULONG)

      Reserved value, should be 0.

    hbm (HBITMAP)

      Bit-map handle.

      Handle of the bit map associated with the specified page identifier.

      BOOKERR_INVALID_PARAMETERS

        An invalid page ID was specified for the ulPageId parameter.
      NULLHANDLE
        No bit-map handle is associated with the page specified in the ulPageId parameter.
      Other
        Handle of the bit map associated with the specified page identifier.


      [Back] [Next]