Share via


IFEDictionary::GetPosTable (Windows Embedded CE 6.0)

1/6/2010

This method obtains the public part-of-speech table.

Syntax

HRESULT IFEDictionary::GetPosTable(
  POSTBL** prgPosTbl,
  int* pcPosTbl
);

Parameters

  • prgPosTbl
    [out] Address of the pointer to an array of POSTBL structures.
  • pcPosTbl
    [out] Pointer to an INT variable that receives the count of the part-of-speech tables in POSTBL. This parameter can be NULL.

Return Value

This method returns the pointer to the array of POSTBL structures that reside in the IME conversion kernel module. You do not need to free the buffer when you finish using the object.

The following table shows the Return Values for this method.

Return value Description

S_OK

Part of speech table successfully obtained.

E_FAIL

An unexpected error has occurred.

Requirements

Header msime.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IFEDictionary
POSTBL