IWNN_PHASE1_FILTER_MESSAGE Type

Syntax

typedef struct {
     IWNN_SEARCH_CONDITION* condition;            // Search conditions
     wchar_t* stroke;                             // Reading string buffer
     wchar_t* string;                             // Notation string buffer
     wchar_t* additional;                         // Additional information buffer
     s16 strokeLen;                               // Reading character array length
     s16 strLen;                                  // Notation character array length
     s32 additionalLen;                           // Additional information character array length
     IWNN_RESULT* result;                         // Word information
     void*   option;                              // Filter option
} IWNN_PHASE1_FILTER_MESSAGE;

Description

Type representing dictionary lookup message filter definitions.

CONFIDENTIAL