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.
16 lines
446 B
16 lines
446 B
#ifndef LSENSUBL_DEFINED
|
|
#define LSENSUBL_DEFINED
|
|
|
|
/* Line services formatter fetch/dispatcher interface (to LsCreateLine())
|
|
*/
|
|
|
|
#include "lsdefs.h"
|
|
#include "plssubl.h"
|
|
|
|
|
|
LSERR WINAPI LsEnumSubline(PLSSUBL,
|
|
BOOL, /* IN: enumerate in reverse order? */
|
|
BOOL, /* IN: geometry needed? */
|
|
const POINT*); /* IN: starting position(xp, yp) iff fGeometryNeeded*/
|
|
#endif /* !LSENSUBL_DEFINED */
|
|
|