Link to home
Start Free TrialLog in
Avatar of fury
fury

asked on

Wininet.dll Function Constants

There are some constants for Wininet.dll, such as INTERNET_DIAL_FORCE_UNATTENDED
how can I get a list of all constants values.
I know Autodial is 2...but I dunno the others..like
INTERNET_CONNECTION_MODEM
INTERNET_CONNECTION_LAN
INTERNET_AUTODIAL_FORCE_UNATTENDED
etc...
I need a list of the Constants and the functions info like parameters...I searched via the Microsoft site and I can only find functions..not constants..
please help
Avatar of Jason_Row
Jason_Row

Hi fury,

Try this link
http://www.microsoft.com/msdn/sdk/inetsdk/help/itt/wininet/constants/API_Flags.htm#API_Flags

It has a list of all the API flags and should be a starting point for you.

Sincerely,
Jason

Jason Row (jason_row@scholars.com)
Learning Advisor, http://scholars.com

Microsoft Authorized Technical Education Center
Novell Authorized Online Training Provider
Avatar of fury

ASKER

I tried before I ask this question. It doesn't even have the constant I posted.  Please give me a correct answer.


Fury,

Sorry about that, I thought it might have been a place for you to start is all. I didn't realize that you had already been there.  I did some more searching and only found the same information that you have found. So I guess I'm not being much help to you.

Jason Row
jason_row@scholars.com
ASKER CERTIFIED SOLUTION
Avatar of bernfarr
bernfarr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
By the way, the version of Wininet.h that I have on my VC++ installation is copyright 1995-1996. The version you want (it's shown in the MSDN July 1998 edition) is copyright 1995-1997.
Bought This Question.