Share via


IMLPushQueue (Compact 7)

3/12/2014

This interface pushes content into the Media Library by monitoring data sources for changes.

Methods

In addition to the methods inherited from IUnknown, this interface contains the following methods.

  • IMLPushQueue::Start
    Starts monitoring the locations listed in the watch list for Media Library updates.
  • IMLPushQueue::Stop
    Stops monitoring the locations listed in the watch list for Media Library updates.
  • IMLPushQueue::Clear
    Clears the contents of the push queue, which updates the listed items in the Media Library; any pending items will be removed.

Remarks

This interface continuously scans monitored locations for possible updates to the Media Library.

This interface is created in the call to IMLCore::GetPushQueue.

Requirements

Header

mlibdll.h,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

Media Library Interfaces