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). ppwchSecureBaseUrl should not be modified or deleted because this can cause undefined behavior in the SAX parser. If you want to preserve the value that was returned in ppwchSecureBaseUrl, you should make a deep copy.

Return Value

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

Applies to

ISAXXMLReader Interface

See Also

putSecureBaseURL Method (C-C++)