Home COM GDI+ WebBrowser Data Access

IIMEServices Interface

 

IID_IIMEServices

{3050F6CA-98B5-11CF-BB82-00AA00BDCE0B}

 

 

This interface enables an Active Input Method Editor to access the Active Input Method Manager.

 

Documentation: IIMEServices Interface

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IIMEServices Method

Description

GetActiveIMM

Retrieves the IActiveIMMApp interface for use by the Active Input Method Editor.

 

GetActiveIMM

 

FUNCTION IIMEServices_GetActiveIMM ( _
  BYVAL pthis AS DWORD PTR _
, BYREF ppActiveIMM AS LONG _
  ) AS LONG

  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IIMEServices_GetActiveIMM (pthis, ppActiveIMM) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Monday, 03 April 2006 19:59:33 +0200