IID_IUNKNOWN
Modifier and Type | Method | Description |
---|---|---|
void |
GetSizeMax() |
Retrieves the size of the stream needed to save the object.
|
boolean |
IsDirty() |
Determines whether an object has changed since it was last saved to its
stream.
|
void |
Load(IStream stm) |
Initializes an object from the stream where it was saved previously
(Unimplemented)
|
void |
Save(IStream stm) |
Saves an object to the specified stream.
|
GetClassID
AddRef, QueryInterface, Release
boolean IsDirty()
void Load(IStream stm)
void Save(IStream stm)
void GetSizeMax()