Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
532 B

  1. #ifndef LSTXTBR1_DEFINED
  2. #define LSTXTBR1_DEFINED
  3. #include "lsidefs.h"
  4. #include "breakrec.h"
  5. #include "brkkind.h"
  6. #include "pdobj.h"
  7. #include "plocchnk.h"
  8. #include "pposichn.h"
  9. #include "plsfgi.h"
  10. #include "pbrko.h"
  11. #include "pobjdim.h"
  12. LSERR QuickBreakText(PDOBJ, BOOL*, LSDCP*, POBJDIM);
  13. LSERR WINAPI SetBreakText(PDOBJ, BRKKIND, DWORD, BREAKREC*, DWORD*);
  14. LSERR WINAPI ForceBreakText(PCLOCCHNK, PCPOSICHNK, PBRKOUT);
  15. LSERR WINAPI TruncateText(PCLOCCHNK, PPOSICHNK);
  16. #endif /* !LSTXTBR1_DEFINED */