Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |