Windows2003-3790/windows/richedit/inci/lstxtbrk.h

16 lines
397 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSTXTBRK_DEFINED
#define LSTXTBRK_DEFINED
#include "lsidefs.h"
#include "pdobj.h"
#include "plocchnk.h"
#include "pposichn.h"
#include "pbrko.h"
#include "brkcond.h"
LSERR WINAPI FindPrevBreakText(PCLOCCHNK, PCPOSICHNK, BRKCOND, PBRKOUT);
LSERR WINAPI FindNextBreakText(PCLOCCHNK, PCPOSICHNK, BRKCOND, PBRKOUT);
#endif /* !LSTXTBRK_DEFINED */