Wininet Constants
- Posted by Mark Smith <markrsmith at BTINTERNET.COM> Dec 21, 1998
- 536 views
I have started writing a program in Euphoria to download HTTP files using wininet.dll. The wininet reference at Microsoft is very useful and Daniel Berstein's EuFTP has also helped me get started. However, I have hit a stumbling block in trying to find the actual values for the constants and errors which are used throughout the reference documentation. I can't find these values listed anywhere in the documentation, only the names. As an example, to use the InternetOpen function you need to specify an access type one of which can be the value INTERNET_OPEN_TYPE_DIRECT. To code this in Euphoria I need the actual value assigned to this name. Can somebody please direct me to a complete list of the values assigned to the constant and error names. Mark Smith Mark's Leisure Zone http://www.btinternet.com/~markrsmith