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.
18 lines
470 B
18 lines
470 B
#ifndef LSDSSUBL_DEFINED
|
|
#define LSDSSUBL_DEFINED
|
|
|
|
/* Line services formatter fetch/dispatcher interface (to LsCreateLine())
|
|
*/
|
|
|
|
#include "lsdefs.h"
|
|
#include "plssubl.h"
|
|
|
|
|
|
LSERR WINAPI LsDisplaySubline(
|
|
PLSSUBL, /* IN: subline context */
|
|
const POINT*, /* IN: starting position(xp, yp)*/
|
|
UINT, /* IN: display mode, opaque, etc */
|
|
const RECT*); /* IN: clip rectangle (xp, yp,...) */
|
|
|
|
#endif /* !LSDSSUBL_DEFINED */
|
|
|