I am attempting to automate the download of a file that is requested via the web. I have automated Internet Explorer to the point of submitting the final request. I'm stuck at the point of automating the File Download dialog to save the file.
I've done some testing and not sure I've figured out the behavior of RtlMoveMemory when you're dealing with a multi-dimensional array. Say I've got an array (X,Y,index) or (index,X,Y), where index = 0 to 10. I need to move the X,Y contents from index 1 to 0.