IMLUserStore (Compact 7)
3/12/2014
This interface contains a collection of key/value pairs that applications use to store state information.
Methods
In addition to the methods inherited from IUnknown, this interface contains the following methods.
- IMLUserStore::GetValue
Returns the value associated with an application-defined key in the Media Library's persistent store.
- IMLUserStore::PutValue
Sets the value associated with an application-defined key in the Media Library's persistent store.
- IMLUserStore::DeleteKey
Deletes an application-defined key from the Media Library's persistent store.
Remarks
The Media Library stores the application-defined key/value pairs in a persistent store under the application name.
This interface is created in the call to IMLCore::GetUserStore.
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |