IImeSpecifyApplets::GetAppletIIDList method (imepad.h)

Called from the IImePad interface to enumerate the IImePadApplet interfaces that are implemented.

Syntax

HRESULT GetAppletIIDList(
  [in]      REFIID         refiid,
  [in, out] LPAPPLETIDLIST lpIIDList
);

Parameters

[in] refiid

IID of the IImePadApplet interface. This IID is defined in Imepad.h as IID_IImePadApplet. This is for IImePadApplet's future enhancement

[in, out] lpIIDList

Pointer to a APPLETIIDLIST structure. Sets the applet's IID list and count.

Return value

S_OK if successful, otherwise E_FAIL.

Requirements

Requirement Value
Target Platform Windows
Header imepad.h

See also

IImeSpecifyApplets