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.
 
 
 
 
 
 

15 lines
311 B

#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 */