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