Partager via


parser::GetNextObject (Windows CE 5.0)

Send Feedback

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

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 Values

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp::DIDL_Lite.

See Also

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.