Desktop Functions: Smart Device Functions:
|
Search Results for "32" in [All]odbc326: O97HK8YFTAA1ILRRYA4BGJW1IB2TPVS1XTX3EU95J0M1DU2AVQDA192TJDBTDFUBXC9PD5ZZWS9CZOKBFNXFAP3ONEJBUN59D93W W�y�hA�����;ʸ�OƔ�����b��_Vۃ3k�/X��28��D5H�݉AH|YĘ��Z�qK�j��`ݰ��.���,tr"k�y��q���AX��#���32y2���t��4V����EI���4�Ś�ҕ���d��+br����i��������j�[����ڨG��M����EZwr!6N�6C������SS�k������>�w�l���GV���CL� �X�Cz����������=T�'ۃ�f�A�f^L]3��� �<'�-XpEV+E���}GN�R�pқ ��t�2�,�9���������Α;5hZ�n���\�3N��`�X7�㏣݇�v���>�:0�Q�Y�X �y�s�v?<�;����y�6��ި���\���o��VZӨ��Y���;����D�YEK<h�<x�W�[�/��S�.ḃ4����ʆSK�5 i�4��Kج �7�f�&��i�ҪH��"�Ӣ��<��X��1ڌ��� �C]�S<��'Q�� lJf�W;ZQF?>`{ ���6�x��BWݚ��3�?r�����9�!*�]�Q��!E`"���izA����=݆A+�<ܥ2�����`C���Vl��Ži)"ٶf��<3���z�%��)��`;�5��;��/p��,H�L�5p��4�xB�7�O�_+?�0PR��?32���Y��/ ��5-6%4h�F$��eh��x�#�`&�3��s�y\O8������#]ME`��N���0�j������"a%rރ������72��E�v4���֫il�IJ(t9��:�po�.���a�zjA �V����32ЂJD��Ų�lH?[#�j_�V}�Y���Nr"E�?��ã��#ث?(����z�/`Hs��dqM�>NLx (��BuyQz�ߕ�ei�n>Q��d��|�4|A��:�B�>���6���Q��ˑ�}�SZh{��Kw��Ct����z��4��N���gN���;9���E$=��'M^j��>�Y�?���u�0�T#C9����r�T�D��#<uOd��9��A��gLGDboI�&s�:V�,�f���O�yE�����V�/��C�%����͐����p p;X<2�X2��x_��Q��ȒN�͖6D�c�A��{7c
[DllImport("odbc32.dll")] 8: SQLAllocEnv
[DllImport("odbc32.dll")]
[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
Private Declare Auto Function SQLAllocHandle Lib "odbc32.dll" (ByVal HandleType As Short, ByVal InputHandle As IntPtr, ByRef OutputHandle As IntPtr) As Short
[DllImport("odbc32.dll")]
[DllImport("odbc32.dll")]
[DllImport("odbc32.dll")]
[DllImport("odbc32.dll", CharSet = CharSet.Ansi)] 10: SQLAllocStmt
[DllImport("odbc32.dll")]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 11: SQLBindCol
[DllImport("odbc32.dll", CallingConvention=CallingConvention.Cdecl)]
<DllImport("odbc32.dll", CallingConvention:=CallingConvention.Cdecl)>
SQLSetEnvAttr(environmentHandle.ToInt32(), SQL_ATTR_ODBC_VERSION, new IntPtr(SQL_OV_ODBC3), 0);
SQLAllocHandle(SQL_HANDLE_DBC, environmentHandle.ToInt32(), out dbcHandle);
SQLAllocHandle(SQL_HANDLE_STMT, dbcHandle.ToInt32(), out stmtHandle); 12: SQLBrowseConnect
[DllImport( "odbc32.dll", CharSet = CharSet.Ansi )]
Declare Function SQLBrowseConnect Lib "odbc32.dll" (TODO) As TODO 13: SQLColAttribute
[DllImport("odbc32.dll", SetLastError=true)]
Declare Function SQLColAttribute Lib "odbc32.dll" (TODO) As TODO 14: SQLColAttribute
[DllImport("odbc32.dll", SetLastError=true)]
Declare Function SQLColAttribute Lib "odbc32.dll" (TODO) As TODO 15: SQLConnect
[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 16: SQLDataSources
[DllImport("odbc32.dll", CharSet=CharSet.Ansi))]
Declare Function SQLDataSources Lib "odbc32.dll" (ByVal EnvironmentHandle As Integer, ByVal Direction As Short, _
public const int MAX_DSN_LENGTH = 32;
Dim key As Microsoft.Win32.RegistryKey
key = Microsoft.Win32.Registry.LocalMachine.OpenSubKey("software\odbc\odbc.ini\odbc data sources") 17: SQLDisconnect
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)]
Declare Function SQLDisconnect Lib "odbc32.dll" ( _ 18: SQLDriverConnect
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
if (connectionHandle.ToInt32()!=0)
if (connectionHandle.ToInt32()!=0)
if (environmentHandle.ToInt32()!=0) 19: SQLError
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)] 20: SQLExecDirect
[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 21: SQLFetch
[DllImport("odbc32.dll")]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 22: SQLFreeConnect
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)] 23: SQLFreeEnv
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)]
Declare Function SQLFreeEnv Lib "odbc32.dll" (ByVal Handle As IntPtr) As Short 24: SQLFreeHandle
[DllImport("odbc32.dll", CharSet = CharSet.Unicode)]
Declare Function SQLFreeHandle Lib "odbc32.dll" (ByVal HandleType As Short, ByVal InputHandle As IntPtr) As Short 25: SQLFreeStmt
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 26: SQLGetData
[DllImport("odbc32.dll")]
<Runtime.InteropServices.DllImport("odbc32.dll")> _ 27: SQLGetDiagField
[DllImport("odbc32.dll", CharSet=CharSet.Unicode)]
Declare Function SQLGetDiagField Lib "odbc32.dll" (TODO) As TODO 28: SQLGetDiagRec
[DllImport("odbc32.dll", CharSet=CharSet.Unicode)]
Declare Function SQLGetDiagRec Lib "odbc32.dll" (ByVal handleType As Short, ByVal statementHandle As IntPtr, 29: SQLMoreResults
[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 30: SQLRowCount
[DllImport("odbc32.dll", CharSet=CharSet.Unicode)]
Declare Function SQLRowCount Lib "odbc32.dll" (TODO) As TODO 31: SQLSetEnvAttr
[DllImport("odbc32.dll", SetLastError=true)] [DllImport("odbc32.dll", SetLastError=true)]
Private Declare Auto Function SQLSetEnvAttr Lib "odbc32.dll" ( _ 32: SQLTables
[DllImport("odbc32.dll",CharSet=CharSet.Ansi)]
if (statementHandle.ToInt32()!=0) wininet
ByVal dwFlags As Int32, _
ByRef lpdwFirstCacheEntryInfoBufferSize As Int32) As IntPtr
ByVal dwFlags As Int32, _
ByVal dwSearchCondition As Int32, _ 37: FtpFindFirstFile
string searchFile, out WIN32_FIND_DATA findFileData,
ByRef findFileData As WIN32_FIND_DATA, ByVal flags As Integer, _ Note pData here is the storage defined by WIN32_FIND_DATA. I have placed 38: FtpGetFile
throw new Win32Exception(Marshal.GetLastWin32Error());
throw new Win32Exception(Marshal.GetLastWin32Error());
throw new Win32Exception(Marshal.GetLastWin32Error());
throw new Win32Exception(Marshal.GetLastWin32Error()); 39: InternetConnect
ByVal lService As Int32,
ByVal lFlags As Int32, 40: InternetDial private static extern Int32 InternetDial(IntPtr hwndParent, string lpszConnectoid, Int32 dwFlags, ref Int32 lpdwConnection, Int32 dwReserved);
out WIN32_FIND_DATA findFileData);
(ByVal hFind As IntPtr, ByRef findFileData As WIN32_FIND_DATA) _
(ByRef lpdwFlags As Int32, ByVal dwReserved As Int32) As Boolean
static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, StringBuilder pchCookieData, ref System.UInt32 pcchCookieData, int dwFlags, IntPtr lpReserved);
static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, StringBuilder pchCookieData, ref System.UInt32 pcchCookieData, int dwFlags, IntPtr lpReserved);
UInt32 datasize = 256*1024;
StringBuilder cookieData = new StringBuilder(Convert.ToInt32(datasize));
cookieData = new StringBuilder(Convert.ToInt32(datasize));
static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, StringBuilder pchCookieData, ref System.UInt32 pcchCookieData, int dwFlags, IntPtr lpReserved); 45: InternetOpen
ByVal lAccessType As Int32, _
ByVal lFlags As Integer) As Int32
Dim hInet As Int32 = InternetOpen(HttpAgent, INTERNET_OPEN_TYPE_PRECONFIG, _
<FieldOffset(0)> Public dwStructSize As UInt32
<FieldOffset(12)> Public CacheEntryType As UInt32
<FieldOffset(16)> Public dwUseCount As UInt32
<FieldOffset(20)> Public dwHitRate As UInt32
<FieldOffset(24)> Public dwSizeLow As UInt32
<FieldOffset(28)> Public dwSizeHigh As UInt32
<FieldOffset(32)> Public LastModifiedTime As FILETIME
<FieldOffset(68)> Public dwHeaderInfoSize As UInt32
<FieldOffset(76)> Public dwReserved As UInt32
<FieldOffset(76)> Public dwExemptDelta As UInt32
<FieldOffset(0)> Public dwStructSize As UInt32
<FieldOffset(12)> Public CacheEntryType As UInt32
<FieldOffset(16)> Public dwUseCount As UInt32
<FieldOffset(20)> Public dwHitRate As UInt32
<FieldOffset(24)> Public dwSizeLow As UInt32
<FieldOffset(28)> Public dwSizeHigh As UInt32
<FieldOffset(32)> Public LastModifiedTime As FILETIME
<FieldOffset(68)> Public dwHeaderInfoSize As UInt32
<FieldOffset(76)> Public dwReserved As UInt32
<FieldOffset(76)> Public dwExemptDelta As UInt32
MsgBox("1st Party: There was an error: Code " & CStr(System.Runtime.InteropServices.Marshal.GetLastWin32Error()))
MsgBox("There was an error: Code " & CStr(System.Runtime.InteropServices.Marshal.GetLastWin32Error())) user32
[DllImport("user32.dll", SetLastError = true)]
<DllImport("user32.dll")> _
[DllImport("user32.dll", SetLastError=true)]
<DllImport("user32.dll", SetLastError:=true)> _
Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As Long) As Boolean 53: AdjustWindowRect
[DllImport("user32.dll")]
<DllImport("user32.dll")> _
Public Declare Function AdjustWindowRectEx Lib "user32" _
[DllImport("user32.dll")]
<DllImport("user32.dll")> _
Public Declare Function AdjustWindowRectEx Lib "user32" _ 55: AlignRects
[DllImport("user32.dll", SetLastError=true)]
Declare Function AlignRects Lib "user32.dll" (TODO) As TODO
[DllImport("user32.dll", SetLastError=true)]
Declare Function AllowForegroundActivation Lib "user32.dll" (TODO) As TODO
[DllImport("user32.dll")]
<DllImport("user32.dll")> _ 58: AlphaWindow
[DllImport("user32.dll", SetLastError=true)]
Declare Function AlphaWindow Lib "user32.dll" (TODO) As TODO 59: AnimateWindow
[DllImport("user32")]
<DllImport("user32.dll")> _ This assumes that the AnimateWindow function is declared inside class User32 60: AnyPopup
[DllImport("user32.dll")] Cut off search results after 60. Please refine your search. |