IActiveIMMIME::GetImeMenuItemsW method
Gets the menu items that are registered in the Active Input Method Editor (IME) menu. (Unicode implementation).
Syntax
HRESULT GetImeMenuItemsW(
[in] HIMC hIMC,
[in] DWORD dwFlags,
[in] DWORD dwType,
[in] IMEMENUITEMINFOW *pImeParentMenu,
[out] IMEMENUITEMINFOW *pImeMenu,
[in] DWORD dwSize,
[out] DWORD *pdwResult
);
Parameters
hIMC [in]
A handle to the input context.dwFlags [in]
An unsigned long integer value that contains the menu information flags.dwType [in]
An unsigned long integer value that contains the type of menu that is returned by this method.pImeParentMenu [in]
The address of an IMEMENUITEMINFOW structure that has the fType member set to MFT_SUBMENU to return information about the submenu items of this parent menu. If this parameter is NULL, the function returns only top-level menu items.pImeMenu [out]
The address of an array of IMEMENUITEMINFOW structures to receive the contents of the menu items.dwSize [in]
An unsigned long integer value that contains the size of the buffer to receive the structures.pdwResult [out]
The address of an unsigned long integer value that receives the number of menu items copied into pImeMenu. If pImeMenu is NULL, the function returns the number of registered menu items.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method is only available for Windows 98 and Microsoft Windows NT 4.0. This method maps to the ImmGetIMEMenuItems function that is documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |