parser::GetNextObject (Compact 7)

3/12/2014

This method returns the next object represented by the DIDL-Lite XML data passed to parser::GetFirstObject.

Syntax

bool GetNextObject(
  object* pObj
);

Parameters

  • pObj
    On return, pointer to an object that contains the properties of the next DIDL-Lite object in the XML data passed to GetFirstObject.

Return Value

TRUE if the next object was returned correctly. FALSE otherwise, including when there are no more objects to return.

Requirements

Header

av_upnp.h

Library

Av_upnp.lib

See Also

Reference

parser (UPnP AV)
object (UPnP AV)
parser::GetFirstObject