ulPageId (ULONG)

      Page ID.

      The page identifier with which to associate the text string. This should be a page for which a BKA_MAJOR or BKA_MINOR attribute has been specified.

    pString (PSZ)

      Pointer to a text string that ends with a null character.

    rc (BOOL)

      Success indicator.

      TRUE

        Tab text was successfully set.
      FALSE
        Unable to set tab text. If the page ID specified in the ulPageId parameter is invalid or if it identifies a page that does not have a BKA_MAJOR or BKA_MINOR attribute, FALSE is returned and no text string is associated with the page.


      [Back] [Next]