Share via


Windows Media Player 11 SDK IWMPQuery Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPQuery Interface (VB and C#)

Represents a compound query.

The IWMPQuery interface exposes the following methods.

Method Description
addCondition Adds a condition to the compound query using AND logic.
beginNextGroup Begins a new condition group.

Get an IWMPQuery interface by using the following method**.**

Interface Method
IWMPMediaCollection2 createQuery

See Also

Previous Next