Desktop Functions: Smart Device Functions:
|
Search Results for "InternetQueryOption" in [All]wininet
static extern TODO InternetQueryOption (TODO);
Declare Function InternetQueryOption Lib "wininet.dll" (TODO) As TODO
static extern bool InternetQueryOption(IntPtr hInternet, uint dwOption, char[] lpBuffer, ref int lpdwBufferLength);
<DllImport("wininet.dll", SetLastError:=True)> Shared Function InternetQueryOption(ByVal hInternet As IntPtr, ByVal dwOption As UInteger, ByVal lpBuffer() As Char, ByRef lpdwBufferLength As Integer) As Boolean
[DllImport("wininet.dll", EntryPoint = "InternetQueryOption")] For querying current settings use InternetQueryOption. |