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

15 lines
331 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 */