org.bridj.cpp.com.shell
Class IShellWindows

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.CPPObject
              extended by org.bridj.cpp.com.IUnknown
                  extended by org.bridj.cpp.com.IDispatch
                      extended by org.bridj.cpp.com.shell.IShellWindows
All Implemented Interfaces:
NativeObjectInterface

public class IShellWindows
extends IDispatch

IShellWindows provides access to the collection of open Shell windows (see @see http://msdn.microsoft.com/en-us/library/cc836570(VS.85).aspx)

Author:
Olivier

Nested Class Summary
 
Nested classes/interfaces inherited from class org.bridj.cpp.com.IDispatch
IDispatch.DISPPARAMS, IDispatch.EXCEPINFO
 
Field Summary
 
Fields inherited from class org.bridj.cpp.com.IUnknown
autoRelease
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
IShellWindows()
           
 
Method Summary
 
Methods inherited from class org.bridj.cpp.com.IDispatch
GetIDsOfNames, GetTypeInfo, GetTypeInfoCount, Invoke
 
Methods inherited from class org.bridj.cpp.com.IUnknown
AddRef, finalize, QueryInterface, QueryInterface, Release, wrap
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IShellWindows

public IShellWindows()


Copyright © 2009-2012. All Rights Reserved.