Desktop Functions: Smart Device Functions:
|
Search Results for "HWND" in [All]Delegates
public delegate int BrowseCallbackProc(IntPtr hwnd, int uMsg, IntPtr lParam, IntPtr lpData);
Public Delegate Function BrowseCallbackProc(hwnd As IntPtr, uMsg As Integer, lParam As IntPtr, lpData As IntPtr) As Integer
private delegate bool EnumWindowsProc(IntPtr hWnd, IntPtr lParam);
Private Delegate Function EnumWindowsProc(ByVal hWnd As IntPtr, ByVal lParam As IntPtr) As Boolean If you’re going to use the lParam to return a by-value result (such as the hwnd of a window you are looking for), you’ll want to send lParam by reference:
private delegate bool EnumWindowsProc(IntPtr hWnd, ref IntPtr lParam);
Private Delegate Function EnumWindowsProc(ByVal hWnd As IntPtr, ByRef lParam As IntPtr) As Boolean hwnd in Type: HWND A handle to the window associated with the timer. 4: WndProc
delegate IntPtr WndProc (IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam);
Delegate Function WndProc (ByVal hWnd As IntPtr, ByVal msg As Integer, _ 5: WndProc
private delegate IntPtr WndProc(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam);
Private Delegate Function WndProc(ByVal hWnd As IntPtr, ByVal msg As UInteger, ByVal wParam As IntPtr, ByVal lParam As IntPtr) As IntPtr psapi
IntPtr hWnd = WindowFromPoint(pt);
GetWindowThreadProcessId(hWnd, out pid); mpr
private static extern int WNetAddConnection3(IntPtr hWndOwner,
''' <param name="hWndOwner"></param>
Private Shared Function WNetAddConnection3(ByVal hWndOwner As IntPtr, _
WNetAddConnection3(hWnd, ref ConnInf, null, null,
private static extern int WNetAddConnection3(IntPtr hWndOwner,
''' <param name="hWndOwner"></param>
Private Shared Function WNetAddConnection3(ByVal hWndOwner As IntPtr, _
WNetAddConnection3(hWnd, ref ConnInf, null, null,
IntPtr hwndOwner, mapi3210: MAPILogon
uint error = MAPILogon(hwnd, null, null, MAPI_LOGON_UI, 0, ref session); 11: MAPISendMail
Private Shared Function MAPISendMail(ByVal sess As IntPtr, ByVal hwnd As IntPtr, ByVal message As MapiMessage,
static extern int MAPISendMail(IntPtr sess, IntPtr hwnd, MapiMessage message, int flg, int rsv); wtsapi32
static extern bool WTSRegisterSessionNotification(IntPtr hWnd, [MarshalAs(UnmanagedType.U4)] int dwFlags);
Declare Function WTSRegisterSessionNotification Lib "wtsapi32.dll" (ByVal hWnd as IntPtr, ByVal dwFlags as Int32) As Boolean
private static extern bool WTSRegisterSessionNotification(IntPtr hWnd, [MarshalAs(UnmanagedType.U4)]int dwFlags);
private static extern bool WTSUnRegisterSessionNotification(IntPtr hWnd); comctl3213: DoReaderMode
Dim hwnd As IntPtr
SetReaderModeInfo.hwnd = Me.Handle
Public Shared Function GetScrollPos(ByVal hWnd As IntPtr, ByVal nBar As Integer) As Integer
Private Shared Function SetScrollPos(ByVal hWnd As IntPtr, ByVal nBar As Integer, ByVal nPos As Integer, ByVal bRedraw As Boolean) As Integer
/// <param name="hwndLock">Handle to the window that owns the drag image.</param>
internal static extern bool ImageList_DragEnter(IntPtr hwndLock, int x, int y);
''' <param name="hwndLock">Handle to the window that owns the drag image.</param>
Friend Shared Function ImageList_DragEnter(hwndLock As IntPtr, x As Integer, y As Integer) As <MarshalAs(UnmanagedType.Bool)> Boolean
/// <param name="hwndLock">Handle to the window that owns the drag image.</param>
internal static extern bool ImageList_DragLeave(IntPtr hwndLock);
''' <param name="hwndLock">Handle to the window that owns the drag image.</param>
Friend Shared Function ImageList_DragLeave(hwndLock As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean 16: TaskDialog
public IntPtr hwndParent;
public IntPtr hwndParent; kernel3218: CommConfigDialog
static extern bool CommConfigDialog(string lpszName, IntPtr hWnd, 19: GetConsoleWindow
Private Function ShowWindow(ByVal hwnd As IntPtr, ByVal nCmdShow As ShowWindowCommands) As Boolean
Dim hwnd As New IntPtr(0)
hwnd = GetConsoleWindow()
If (hwnd <> IntPtr.Zero) Then
ShowWindow(hwnd, ShowWindowCommands.ShowMinimized) 20: SetPriorityClass
SetPriorityClass(mhHwnd, CType(20, System.IntPtr)) '20 = high !! credui
public IntPtr hwndParent;
credui.hwndParent = this.Handle;
public IntPtr hwndParent; Structures23: BROWSEINFO
public IntPtr hwndOwner;
Public hwndOwner As IntPtr 24: BSMINFO
public IntPtr hwnd;
public IntPtr hwnd; // might be NULL (indicating no owner window) 26: COMBOBOXINFO
public IntPtr hwndCombo;
public IntPtr hwndEdit;
public IntPtr hwndList;
hwndCombo As Long
hwndEdit As Long
hwndList As Long 27: COPYDATASTRUCT
SendMessage(hWnd, WM_COPYDATA, IntPtr.Zero, copyDataBuff); 28: CREATESTRUCT
public IntPtr hwndParent;
Public hwndParent As IntPtr 29: CREDUI_INFO
public IntPtr hwndParent;
Public hwndParent As IntPtr
public IntPtr hwndApp;
Public hwndApp As IntPtr 31: CWPRETSTRUCT
IntPtr hWnd; 32: CWPSTRUCT
public IntPtr hwnd;
Public hWnd As IntPtr 33: EVENTMSG
public IntPtr hwnd;
Public hwnd As IntPtr 34: GUITHREADINFO
public IntPtr hwndActive;
public IntPtr hwndFocus;
public IntPtr hwndCapture;
public IntPtr hwndMenuOwner;
public IntPtr hwndMoveSize;
public IntPtr hwndCaret;
Public hwndActive As IntPtr
Public hwndFocus As IntPtr
Public hwndCapture As IntPtr
Public hwndMenuOwner As IntPtr
Public hwndMoveSize As IntPtr
Public hwndCaret As IntPtr 35: MOUSEHOOKSTRUCT
public IntPtr hwnd;
public IntPtr hwnd; 36: MSG
public IntPtr hwndOwner; 37: NMHDR
public IntPtr hwndFrom;
Public hwndFrom As IntPtr 38: NOTIFYICONDATA
/// taskbar status area. The Shell uses hWnd and uID to identify which icon to operate on
public IntPtr hwnd;
/// Application-defined identifier of the taskbar icon. The Shell uses hWnd and uID to identify
/// associated with a single hWnd by assigning each a different uID.
/// notifications to the window identified in hWnd.
public IntPtr hWnd;
Dim hWnd As IntPtr
public IntPtr hWnd; 40: OpenFileName
int hwndOwner;
Public hwndOwner As IntPtr
public IntPtr hwndOwner;
Public hwndOwner As IntPtr 42: PRINTDLG
public IntPtr hwndOwner;
public int hwndParent = 0; 44: READERMODEINFO
Dim hwnd As IntPtr
Dim hwnd As IntPtr
SetReaderModeInfo.hwnd = Me.Handle 45: REBARBANDINFO
public IntPtr hwndChild; 46: SHFILEOPSTRUCT
public IntPtr hwnd;
Public hwnd As IntPtr
hWnd As Long
47: TITLEBARINFO
public static extern bool GetTitleBarInfo(IntPtr hwnd, ref TITLEBARINFO pti); 48: TOOLINFO
public IntPtr hwnd;
Public hwnd As IntPtr 49: TRACKMOUSEEVENT
public IntPtr hwndTrack;
Public hwndTrack As IntPtr 50: WINDOWPOS
public IntPtr hwnd;
public IntPtr hwndInsertAfter;
Public hwnd As IntPtr
Public hwndInsertAfter As IntPtr shlwapi51: AssocCreate
[In] IntPtr hwnd); 52: IPreviewHandler
void SetWindow(IntPtr hwnd, ref RECT rect);
void QueryFocus(out IntPtr phwnd); 53: SHAutoComplete
IntPtr hwndEdit,
Declare Function SHAutoComplete Lib "shlwapi.dll" (ByVal hWndEdit As IntPtr, ByVal dwFlags As AutoCompleteFlags) As Integer
[In] IntPtr hwnd, gdi3255: CombineRgn
static extern System.UInt16 SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw); 56: CreateRectRgn
static extern IntPtr GetDC(IntPtr hWnd); 57: CreateSolidBrush
static extern IntPtr GetDC(IntPtr hWnd); 58: EnumFontFamilies
Graphics graphics = Graphics.FromHwnd(IntPtr.Zero);
Graphics graphics = Graphics.FromHwnd(IntPtr.Zero); 60: ExtFloodFill
Graphics vGraphics = Graphics.FromHwnd(Handle); Cut off search results after 60. Please refine your search. |