Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface provides methods that offer more control over the binding of persistent data.
The following methods are used with the IPersistMoniker interface.
Method | Description |
---|---|
GetClassID | Retrieves the class identifier of an object. |
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 the object from its persistent state indicated by a supplied moniker. |
Save | Requests that the object save itself to a specified location. |
SaveCompleted | Notifies the client application that its persisted state has been completely saved and points the client to its new persisted state. |
Send Feedback on this topic to the authors