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

20 lines
444 B
C

#ifndef LOCCHNK_DEFINED
#define LOCCHNK_DEFINED
#include "lsdefs.h"
#include "lsfgi.h"
#include "lschnke.h"
typedef struct locchnk /* located chnk */
{
LSFGI lsfgi; /* location of chunk */
DWORD clschnk; /* number of dobj's in chunk */
PLSCHNK plschnk; /* chunk */
PPOINTUV ppointUvLoc; /* location of each chunk's node*/
} LOCCHNK;
#endif /* !LOCCHNK_DEFINED */