WindowsXP-SP1/windows/richedit/lsinc/lsdsply.h
2020-09-30 16:53:49 +02:00

16 lines
326 B
C

#ifndef LSDSPLY_DEFINED
#define LSDSPLY_DEFINED
#include "lsdefs.h"
#include "plsline.h"
LSERR WINAPI LsDisplayLine(PLSLINE, const POINT*, UINT, const RECT*);
/* LsDisplayLine
* pline (IN)
* ppt (IN)
* kDisp (IN): transparent or opaque
* &rcClip (IN): clipping rect
*/
#endif /* !LSDSPLY_DEFINED */