IEC_RECOGNITIONRESULTINFO structure (inked.h)

Contains information about an IInkRecognitionResult Interface object.

Syntax

struct IEC_RECOGNITIONRESULTINFO {
  NMHDR                 nmhdr;
  IInkRecognitionResult *RecognitionResult;
};

Members

nmhdr

The NMHDR structure that contains standard information about the WM_NOTIFY message. The NMHDR structure contains the handle and identifier of the control that is sending the message and the notification code, which in this case is IECN_RECOGNITIONRESULT. The format of the NMHDR structure is:

typedef struct tagNMHDR {
      HWND hwndFrom;
      UINT idFrom;
      UINT code;
  } NMHDR;

RecognitionResult

The IInkRecognitionResult object that contains recognition results.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header inked.h

See also

IInkRecognitionResult Interface

InkEdit

RecognitionResult Event

Using the COM Library