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 ;


[Back] [Next]