com.jniwrapper.win32.com
Interface IPersistStreamInit

All Superinterfaces:
AutoDeleteParameter, IPersist, IUnknown
All Known Implementing Classes:
IPersistStreamInitImpl

public interface IPersistStreamInit
extends IPersist

This interface is a replacement for the IPersistStream interface, and contains the InitNew method

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 CY getSizeMax()
           
 void initNew()
           
 Int32 isDirty()
           
 void load(IStream pStm)
           
 void save(IStream pStm, VariantBool fClearDirty)
           
 
Methods inherited from interface com.jniwrapper.win32.com.IPersist
getClassID
 
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

static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

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

initNew

void initNew()
             throws ComException
Throws:
ComException