Share via


POSTBL (Windows Embedded CE 6.0)

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

See Also

Other Resources

Japanese Pocket IME Structures