IActiveIMMIME::SetStatusWindowPos method

Sets the position of the status window.

Syntax

HRESULT SetStatusWindowPos(
  [in] HIMC  hIMC,
  [in] POINT *pptPos
);

Parameters

  • hIMC [in]
    A handle to the input context.

  • pptPos [in]
    The address of the POINT structure that receives the new position of the status window.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmSetStatusWindowPos 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

See also

IActiveIMMIME