windows-nt/Source/XPSP1/NT/windows/richedit/inci/lsiocon.h

21 lines
278 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSIOCON_DEFINED
#define LSIOCON_DEFINED
#include "lsdefs.h"
#include "pilsobj.h"
#include "lsimeth.h"
typedef struct lsiobjcontext
{
DWORD iobjMac;
struct OBJ
{
PILSOBJ pilsobj;
LSIMETHODS lsim;
} rgobj[1];
} LSIOBJCONTEXT;
#endif /* LSIOCON_DEFINED */