com.jniwrapper.win32.com
Interface IPersistStream
- All Superinterfaces:
- AutoDeleteParameter, IPersist, IUnknown
- All Known Subinterfaces:
- IMoniker
- All Known Implementing Classes:
- IMonikerImpl, IPersistStreamImpl
public interface IPersistStream
- extends IPersist
This interface provides methods for saving and loading objects by means of
serial stream.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
isDirty
Int32 isDirty()
load
void load(IStream pStm)
throws ComException
- Parameters:
pStm
- [in]
- Throws:
ComException
save
void save(IStream pStm,
VariantBool fClearDirty)
throws ComException
- Parameters:
pStm
- [in]
fClearDirty
- [in]
- Throws:
ComException
getSizeMax
CY getSizeMax()
throws ComException
- Throws:
ComException