windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsenum.h
2020-09-26 16:20:57 +08:00

13 lines
334 B
C

#ifndef LSENUM_DEFINED
#define LSENUM_DEFINED
#include "lsdefs.h"
#include "plsline.h"
LSERR WINAPI LsEnumLine(PLSLINE,
BOOL, /* IN: enumerate in reverse order? */
BOOL, /* IN: geometry needed? */
const POINT*); /* IN: starting position(xp, yp) iff fGeometryNeeded*/
#endif /* LSENUM_DEFINED */