Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This structure contains information about the part of speech (POS).
Syntax
typedef struct _POSTBL {
WORD nPos;
BYTE* szName;
} POSTBL;
Members
- nPos
POS number.
- szName
String that contains the name of the POS.
Remarks
The string in this structure is encoded in Shift JIS, not Unicode.
Requirements
| Header | msime.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |