POSTBL structure (msime.h)
An entry in the public POS (Part of Speech) table.
Syntax
typedef struct _POSTBL {
WORD nPos;
BYTE *szName;
} POSTBL;
Members
nPos
The number of the part of speech.
szName
The name of the part of speech.
Requirements
Requirement | Value |
---|---|
Header | msime.h |