Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method returns the sorting capabilities supported by this ContentDirectory instance.

Syntax

virtual DWORD GetSortCapabilities(
  wstring* 
pstrSortCaps
) = 0;

Parameters

pstrSortCaps

[in, out] Pointer to a string that, upon return, contains the sorting capabilities supported by this ContentDirectory instance. Corresponds to the SortCapabilities state variable.

Return Value

Custom implementations can return appropriate error codes. Should return SUCCESS_AV if the method succeeds. Otherwise, should return an error code defined in WinError.h or UPnP.h, or one of the UPnP AV-specific return values specified in UPnPAVError, especially the following error documented for this action in the ContentDirectory DCP documentation:

  • ERROR_AV_UPNP_ACTION_FAILED

The implementation of this method in IContentDirectoryImplreturns the errors in the following table.

Value Description

ERROR_AV_POINTER

The pstrSortCapspointer is NULL.

SUCCESS_AV

An empty string was set to indicate that the default implementation does not support sorting.

Remarks

This method corresponds to the ContentDirectory service's GetSortCapabilities action.

The implementation of this method in IContentDirectoryImplsets an empty string in the pstrSortCapsparameter to indicate that no sorting is supported. Your implementation of this method should return the appropriate sort capabilities for your IContentDirectory-derived class.

For more information about the actions and sorting mechanisms defined by the ContentDirectory service, see UPnP AV DCP Documentation.

Requirements

Header av_upnp.h
Library Av_upnp.lib
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.