windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lshyph.h
2020-09-26 16:20:57 +08:00

15 lines
317 B
C

#ifndef LSHYPH_DEFINED
#define LSHYPH_DEFINED
#include "lsdefs.h"
#include "plshyph.h"
struct lshyph /* Output of pfnHyphenate callback */
{
UINT kysr; /* Kind of Ysr - see "lskysr.h" */
LSCP cpYsr; /* cp value of YSR */
WCHAR wchYsr; /* YSR char code */
};
#endif /* !LSHYPH_DEFINED */