XML Object
 
Syntax
 
GetBinaryContent(unzipFlag As Long, decryptFlag As Long, password As String) As Variant
 
Description
Returns binary content of an XML node as a byte array. The content may have been Zip compressed, AES encrypted, or both. Unzip compression and AES decryption flags should be set appropriately.
 
Returns a zero-length byte array (as a Variant) on failure