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

14 lines
266 B
C

#ifndef ENUMCORE_DEFINED
#define ENUMCORE_DEFINED
#include "lsidefs.h"
#include "lsdnode.h"
#include "plssubl.h"
LSERR EnumSublineCore(PLSSUBL plssubl, BOOL fReverseOrder, BOOL fGeometryNeeded,
const POINT* pptOrg, long upLeftIndent);
#endif