Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than wininet, prefix the name with the module name and a period.
InternetPerConnOptionList (wininet)
.
C# Signature:
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
public struct InternetPerConnOptionList
{
/// <summary>
/// size of the InternetPerConnOptionList struct
/// </summary>
public int dwSize;
/// <summary>
/// Connection name to set/query options
/// </summary>
public IntPtr szConnection;
/// <summary>
/// Number of options to set/query
/// </summary>
public int dwOptionCount;
/// <summary>
/// On error, which option failed
/// </summary>
public int dwOptionError;
public IntPtr options;
}
}
VB Signature:
TODO
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
TODO - a short description
3/16/2007 8:17:31 AM - -63.69.129.2
Click to read this page
4/6/2008 7:23:14 AM - anonymous
Click to read this page
4/6/2008 7:23:14 AM - anonymous
Contains the list of options for a particular Internet connection.
11/11/2009 5:26:49 PM - -81.139.139.201
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).