BOOKTEXT: Difference between revisions
Appearance
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..." |
(No difference)
|
Revision as of 16:59, 25 May 2024
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 ;