IActiveIME::Inquire method

Handles the initialization of the Active Input Method Editor (IME).

Syntax

HRESULT Inquire(
  [in]  DWORD   dwSystemInfoFlags,
  [out] IMEINFO *pIMEInfo,
  [out] LPWSTR  szWndClass,
  [out] DWORD   *pdwPrivate
);

Parameters

  • dwSystemInfoFlags [in]
    An unsigned long integer value that specifies the system info flags.

  • pIMEInfo [out]
    A pointer to the IMEINFO structure that receives information about the Active IME.

  • szWndClass [out]
    A pointer to a string value that receives the window class name.

  • pdwPrivate [out]
    Reserved. Must be set to NULL.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method maps to the ImeInquire function documented in the Windows 2000 Driver Development Kit (DDK).

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

DLL

Custom

See also

IActiveIME