Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

problem in invoking browse action of upnp

bobby19886
Beginner
411 Views
hi,
i have a problem in invoking browse action in a code generated by
LAUNCH CODE WIZARD which is a intel tool of upnp. the command to invoke
browse
is

void MediaServerCP_Invoke_ContentDirectory_Browse(struct UPnPService
*service,void (*CallbackPtr)(struct UPnPService *sender,int
ErrorCode,void *user,char* Result,unsigned int NumberReturned,unsigned
int TotalMatches,unsigned int UpdateID), void* user, char* ObjectID,
char* BrowseFlag, char* Filter, unsigned int StartingIndex, unsigned
int
RequestedCount, char* SortCriteria)


can anyone explain me the first two arguments in that function. in the
first argument how to get the pointer to aservice and in the second
argument whts the code needed to be written in the call back function
to get the xml document printed in "result"
0 Kudos
0 Replies
Reply