Jump to content

BOOKTEXT

From EDM2
Revision as of 17:59, 25 May 2024 by Martini (talk | contribs) (Created page with "Notebook data structure that contains text strings for notebook status lines and tabs. This data structure is used with the BKM_QUERYSTATUSLINETEXT and the BKM_QUERYTABTEXT me...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notebook data structure that contains text strings for notebook status lines and tabs. This data structure is used with the BKM_QUERYSTATUSLINETEXT and the BKM_QUERYTABTEXT messages only.

typedef struct _BOOKTEXT {
  PSZ       pString;  /*  Pointer to a string buffer. */
  ULONG     textLen;  /*  String length. */
} BOOKTEXT;

typedef   BOOKTEXT   * PBOOKTEXT ;