I'm using URLDownloadToFile() to download images from a web server to a directory on my desktop. If, instead of saving the images to disk, I wanted to read them into memory (like a byte array or base64 string or something), is there a function similar to URLDownloadToFile() that can achieve this?