IPersistMoniker interface
Provides methods that offer more control over the binding of persistent data.
Members
The IPersistMoniker interface inherits from the IUnknown interface. IPersistMoniker also has these types of members:
- Methods
Methods
The IPersistMoniker interface has these methods.
Method | Description |
---|---|
GetClassID | Gets the class identifier of an object. |
GetCurMoniker | Gets 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 as indicated by a supplied moniker. |
Save | Tells the object to 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. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |