windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lshyph.h

15 lines
317 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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 */