usDeleteFlag (USHORT)

      Page range attribute.

      Attribute that specifies the range of pages to be deleted.

      BKA_SINGLE

        Delete a single page.
      BKA_TAB
        If the page ID specified is that of a page with a major tab attribute, delete that page and all subsequent pages up to the next page that has a major tab attribute.

        If the page ID specified is that of a page with a minor tab attribute, delete that page and all subsequent pages up to the next page that has either a major or minor tab attribute.

        This attribute should only be specified for pages that have major or minor tab attributes. If a page with neither of these attributes is specified, FALSE is returned and no pages are deleted.

      BKA_ALL
        Delete all pages in the notebook.


      [Back] [Next]