com.jniwrapper.win32.stg.impl
Class IRootStorageImpl
java.lang.Object
  
com.jniwrapper.Parameter
      
com.jniwrapper.win32.com.impl.IUnknownImpl
          
com.jniwrapper.win32.stg.impl.IRootStorageImpl
- All Implemented Interfaces: 
 - AutoDeleteParameter, IRootStorage, IUnknown, PointerParameter
 
- public class IRootStorageImpl
- extends IUnknownImpl
- implements IRootStorage
   
Represents COM interface IRootStorage.
 
 
 
 
| Fields inherited from class com.jniwrapper.Parameter | 
V | 
 
 
 
| Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl | 
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write | 
 
| Methods inherited from class com.jniwrapper.Parameter | 
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write | 
 
| Methods inherited from class java.lang.Object | 
finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
 - Constant Field Values
 
IRootStorageImpl
public IRootStorageImpl()
IRootStorageImpl
protected IRootStorageImpl(IUnknownImpl that)
                    throws ComException
IRootStorageImpl
public IRootStorageImpl(IUnknown that)
IRootStorageImpl
public IRootStorageImpl(CLSID clsid,
                        ClsCtx dwClsContext)
                 throws ComException
IRootStorageImpl
public IRootStorageImpl(CLSID clsid,
                        IUnknown pUnkOuter,
                        ClsCtx dwClsContext)
                 throws ComException
switchToFile
public void switchToFile(OleStr pszFile)
                  throws ComException
- Specified by:
 switchToFile in interface IRootStorage
 
- Parameters:
 pszFile - [in]
- Throws:
 ComException
 
getIID
public IID getIID()
- Overrides:
 getIID in class IUnknownImpl
 
 
clone
public java.lang.Object clone()
- Overrides:
 clone in class IUnknownImpl