com.jniwrapper.win32.ole
Interface IOleWindow

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Subinterfaces:
IOleInPlaceActiveObject, IOleInPlaceFrame, IOleInPlaceObject, IOleInPlaceSite, IOleInPlaceSiteEx, IOleInPlaceUIWindow
All Known Implementing Classes:
AbstractOleControl, IOleInPlaceActiveObjectImpl, IOleInPlaceFrameImpl, IOleInPlaceObjectImpl, IOleInPlaceSiteExImpl, IOleInPlaceSiteImpl, IOleInPlaceUIWindowImpl, IOleWindowImpl, OleClientSiteImpl

public interface IOleWindow
extends IUnknown

This interface allows to access windows that participate in in-place activation.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void contextSensitiveHelp(VariantBool fEnterMode)
           
 Wnd getWindow()
           
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

getWindow

public Wnd getWindow()
              throws ComException
Throws:
ComException

contextSensitiveHelp

public void contextSensitiveHelp(VariantBool fEnterMode)
                          throws ComException
Parameters:
fEnterMode - [in]
Throws:
ComException