com.jniwrapper.win32.com
Interface IPersistStorage
- All Superinterfaces:
- AutoDeleteParameter, IPersist, IUnknown
- All Known Implementing Classes:
- IPersistStorageImpl
public interface IPersistStorage
- extends IPersist
This interface defines methods that enable a container application to pass a
storage object to one of its contained objects and to load and save the
storage object.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
isDirty
Int32 isDirty()
initNew
void initNew(IStorage pStg)
throws ComException
- Parameters:
pStg
- [in]
- Throws:
ComException
load
void load(IStorage pStg)
throws ComException
- Parameters:
pStg
- [in]
- Throws:
ComException
save
void save(IStorage pStgSave,
VariantBool fSameAsLoad)
throws ComException
- Parameters:
pStgSave
- [in]
fSameAsLoad
- [in]
- Throws:
ComException
saveCompleted
void saveCompleted(IStorage pStgNew)
throws ComException
- Parameters:
pStgNew
- [in]
- Throws:
ComException
handsOffStorage
void handsOffStorage()
throws ComException
- Throws:
ComException