getSecureBaseURL Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

getSecureBaseURL Method (C/C++)

Returns the secure base URL for the document. If secure base URL is not set, full access is allowed. The secure base URL cannot be set during parsing.

Syntax

HRESULT getSecureBaseURL (
   [out, retval] const wchar_t ** ppwchSecureBaseUrl);

Parameters

ppwchSecureBaseUrl [out, retval]
The secure base URL (zero-terminated Unicode string).

Return Values

S_OK
The value returned if the secure base URL is successfully returned.

See Also

putSecureBaseURL Method (C/C++)

Applies to: ISAXXMLReader Interface