Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |