com.jniwrapper.win32.stg
Interface IRootStorage

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IRootStorageImpl

public interface IRootStorage
extends IUnknown

This interface is used for storing an object to file.

See Also:
Microsoft Structured Storage documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void switchToFile(OleStr pszFile)
           
 
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

switchToFile

public void switchToFile(OleStr pszFile)
                  throws ComException
Parameters:
pszFile - [in]
Throws:
ComException