Contents Index Topic Contents | ||
Previous Topic: IHttpSecurity Next Topic: ISoftDistExt |
IPersistMoniker
This interface provides methods that offer more control over the binding of persistent data.
IPersist method Description GetClassID Returns the class identifier (CLSID) for the object. IPersistMoniker methods Description GetCurMoniker Retrieves the moniker that refers to the object's persistent state. IsDirty Checks an object for changes since it was last saved. Load Loads an object using a specified moniker. Save Saves the object, specifying a destination moniker. SaveCompleted Notifies the object that the save operation is complete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.