Share via


Windows Media Player 11 SDK IWMPQuery::beginNextGroup 

Windows Media Player SDK banner art

Previous Next

IWMPQuery::beginNextGroup

The beginNextGroup method begins a new condition group.

Syntax

  HRESULT beginNextGroup();

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

Beginning a new condition group implies that you have completed the current condition group. The new condition group is always concatenated to the previous condition group by using OR logic.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 11.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next