Share via


parser::GetFirstObject (Windows CE 5.0)

Send Feedback

This method accepts DIDL-Lite XML data and returns a pointer to the first object.

bool GetFirstObject(  LPCWSTR pszXml,   object* pObj);

Parameters

Return Values

TRUE if the XML data was accepted and the first object returned correctly. FALSE otherwise.

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) | IContentDirectory::BrowseChildren | IContentDirectory::BrowseMetadata | IContentDirectory::Search | MediaInfo | object

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.