Previous | Next |
The GetHostURL method retrieves the name of the Uniform Resource Locator (URL) from which the stream is being broadcast.
Syntax
HRESULT GetHostURL(
WCHAR* pwszURL,
DWORD* pcchURL
);
Parameters
pwszURL
[out] Pointer to a wide-character NULL-terminated string containing the URL.
pcchURL
[in, out] On input, specifies the URL from which the stream is being broadcast. On output, if the method succeeds, specifies a pointer to a character count of the URL.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |