EXPORT_SPEC int UpnpResolveURL

( IN const char* BaseURL,
  IN const char* RelURL,
  OUT char* AbsURL )

UpnpResolveURL combines a base URL and a relative URL into a single absolute URL.

Documentation

UpnpResolveURL combines a base URL and a relative URL into a single absolute URL. The memory for AbsURL needs to be allocated by the caller and must be large enough to hold the BaseURL and RelURL combined.

Parameters:
BaseURL - The base URL to combine.
RelURL - The relative URL to BaseURL.
AbsURL - A pointer to a buffer to store the absolute URL.
Returns:
[int] An integer representing one of the following:

Alphabetic index



This page was generated with the help of DOC++.