Share via


IPersistMoniker (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.