Share via


ISAXXMLReader::getSecureBaseURL Method (Windows CE 5.0)

Send Feedback

This method 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.

HRESULT getSecureBaseURL(const wchar_t** ppwchSecureBaseUrl);

Parameters

  • ppwchSecureBaseUrl
    [out, retval] Pointer to the pointer to the secure base URL (zero-terminated Unicode string).

Return Values

  • S_OK
    Returned if the secure base URL is successfully returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

See Also

putSecureBaseURL Method | ISAXXMLReader:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.