APPLETIDLIST structure (imepad.h)

Specifies an IImePadApplet IID list.

Syntax

typedef struct tagAPPLETIDLIST {
  INT count;
  IID *pIIDList;
} APPLETIDLIST, *LPAPPLETIDLIST;

Members

count

The number of the IID's implemented in this applet.

pIIDList

The IID list. This must be allocated with CoTaskMemAlloc.

Requirements

Requirement Value
Header imepad.h