Desktop Functions: Smart Device Functions:
|
Search Results for "Run" in [All]odbc32Never gonna run around and desert you Never gonna run around and desert you 3: SQLAllocStmt
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
Private Shared Function SQLAllocStmt(ByVal connectionHandle As IntPtr, <Runtime.InteropServices.Out()> _ 4: SQLConnect
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
/// source name in *ServerName is truncated to BufferLength1 minus the length of a null-termination character. </param>
/// the driver description in *Description is truncated to BufferLength2 minus the length of a null-termination character.</param>
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
<Runtime.InteropServices.Out()> ByRef pbcConnStrOut As Short, ByVal fDriverCompletion As Short) As Short
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 8: SQLFetch
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 9: SQLFreeStmt
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 10: SQLGetData
<Runtime.InteropServices.DllImport("odbc32.dll")> _ 11: SQLMoreResults
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ wintrust12: WinVerifyTrust
using System.Runtime.InteropServices;
ProviderUnknown = 0x800b0001, // Trust provider is not recognized on this system glu32Never gonna run around and desert you wininet14: InternetDial [System.Runtime.InteropServices.DllImport("Wininet.dll")]
using System.Runtime.InteropServices;
<System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)> Boolean
<System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)> Boolean
'sBuffer = System.Runtime.InteropServices.Marshal.AllocHGlobal(dwBufferLength)
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())) pstorecNever gonna run around and desert you imm32Never gonna run around and desert you winusbNever gonna run around and desert you Never gonna run around and desert you user3224: AnimateWindow
Imports System.Runtime.InteropServices To get an animation to run in reverse, to say, animate the window closing use some thing like: The AW_HIDE will make any of the animations run in reverse. 25: ClipCursor
[System.Runtime.InteropServices.DllImport("user32.dll")] 26: CloseClipboard where you had to run the SetDataObject function twice for it to work. On the first 27: CopyIcon CopyCursor reference will fail at runtime, according to documentation it is a macro: 28: CreateDesktop If you come across this error "System.Runtime.InteropServices.MarshalDirectiveException: Cannot marshal 'parameter #6': Invalid managed/unmanaged type combination (this value type must be paired with Struct).", you may want to use 29: CreatePopupMenu
[System.Runtime.InteropServices.ComRegisterFunctionAttribute()]
[System.Runtime.InteropServices.ComUnregisterFunctionAttribute()] 30: CreateWindowEx
using System.Runtime.InteropServices;
[System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Sequential)]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.In] ref RECT lprcFrom,
[System.Runtime.InteropServices.In] ref RECT lprcTo);
[System.Runtime.InteropServices.DllImport("user32.dll", SetLastError = true)]
[System.Runtime.InteropServices.DllImport("user32.dll", SetLastError = true)]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[StructLayout(System::Runtime::InteropServices::LayoutKind::Sequential)] 32: DrawMenuBar
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")] 33: EnableMenuItem
<DllImport("user32.dll", CallingConvention:=Runtime.InteropServices.CallingConvention.Cdecl)> _
<DllImport("user32.dll", CallingConvention:=Runtime.InteropServices.CallingConvention.Cdecl)> _ 34: EnumChildWindows
Imports System.Runtime.InteropServices
using System.Runtime.InteropServices; 36: EnumDesktops
<Runtime.InteropServices.DllImport("user32.dll")>
using System.Runtime.InteropServices; using System.Runtime.InteropServices; Imports System.Runtime.InteropServices 39: FlashWindow
.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(fwi) 40: FlashWindowEx
.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(fwi) 41: GetAsyncKeyState
Imports System.Runtime.InteropServices
using System.Runtime.InteropServices; 43: GetComboBoxInfo
cbi.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(cbi);
cbi.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(cbi) 44: GetCursor
<System.Runtime.InteropServices.StructLayout(Runtime.InteropServices.LayoutKind.Sequential)> _
using System.Runtime.InteropServices; 45: GetCursorPos
<System.Runtime.InteropServices.StructLayout(Runtime.InteropServices.LayoutKind.Sequential)> _
return ApplicationState.Running;
return ApplicationState.NotRunning; 47: GetGUIThreadInfo
using System.Runtime.InteropServices; 48: GetIconInfo
<System.Runtime.InteropServices.DllImportAttribute("user32.dll", EntryPoint:="GetIconInfo")> _
Public Shared Function GetIconInfo(ByVal hIcon As System.IntPtr, ByRef piconinfo As ICONINFO) As <System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.Bool)> Boolean
using System.Runtime.InteropServices; 50: GetKeyboardState
using System.Runtime.InteropServices;
using System.Runtime.InteropServices; Imports System.Runtime.InteropServices
using System.Runtime.InteropServices; 51: GetLastError
Use Runtime.InteropServices.Marshal.GetLastWin32Error() 52: GetMenu out Pointer to the buffer that receives the NULL-terminated string. If the string is as long or longer than lpString, the string is truncated and the terminating NULL character is added. If lpString is NULL, the function returns the length of the menu string. in Specifies the maximum length, in characters, of the string to be copied. If the string is longer than the maximum specified in the nMaxCount parameter, the extra characters are truncated. If nMaxCount is 0, the function returns the length of the menu string. 53: GetMenuItemCount
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")] 54: GetMenuString out Pointer to the buffer that receives the NULL-terminated string. If the string is as long or longer than lpString, the string is truncated and the terminating NULL character is added. If lpString is NULL, the function returns the length of the menu string. in Specifies the maximum length, in characters, of the string to be copied. If the string is longer than the maximum specified in the nMaxCount parameter, the extra characters are truncated. If nMaxCount is 0, the function returns the length of the menu string. 55: GetSystemMenu
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")] 56: GetThreadDesktop
Imports System.Runtime.InteropServices
Imports System.Runtime.InteropServices
wpTemp.Length = System.Runtime.InteropServices.Marshal.SizeOf(wpTemp) 59: HandleRef
//At this point the GC can run and 60: HideCaret Imports System.Runtime.InteropServices Cut off search results after 60. Please refine your search. |