Share via


IMLCore (Compact 7)

3/12/2014

This interface queries, updates, and deletes media items in the Media Library.

Methods

The list below describes the methods for the IMLCore interface, in addition to the methods inherited from IUnknown.

  • IMLCore::ScanLocation
    Synchronizes the contents of a location on the data source with the Media Library.
  • IMLCore::GetUserStore
    Returns a pointer to the IMLUserStore interface that is used to store state information.
  • IMLCore::PurgeDatabase
    Permanently removes media items that are no longer valid on the plug-in data source from the Media Library database.

Remarks

This interface also creates the objects that the library uses to notify applications of changes to the data store or to populate the Media Library with media items.

Obtaining a Pointer

This interface is created by calling the COM CoCreateInstance function with the CLSID_MLCore class identifier.

Requirements

Header

mlibdll.h,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

Media Library Interfaces