@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [Flags] enum InternetAutoDialFlags { INTERNET_AUTODIAL_FORCE_ONLINE = 0x01, INTERNET_AUTODIAL_FORCE_UNATTENDED = 0x02, INTERNET_AUTODIAL_FAILIFSECURITYCHECK = 0x04 } !!!!VB Definition: Enum InternetAutoDialFlags INTERNET_AUTODIAL_FORCE_ONLINE = &H1 INTERNET_AUTODIAL_FORCE_UNATTENDED = &H2 INTERNET_AUTODIAL_FAILIFSECURITYCHECK = &H4 End Enum !!!!Notes: None. Documentation: InternetAutoDialFlags@msdn on MSDN
Edit Enums.InternetAut...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.