Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents helper methods that provide convenient access to the Win32NativeMethods.
The following tables list the members exposed by the Win32HelperMethods type.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() |
FindChildWindowViaEnumChildWindows | Retrieves the handle of the child matching window via EnumChildWindows. |
![]() ![]() |
FindTopWindowViaEnumWindows | Retrieves the handle of the top-level matching window via EnumWindows. |
![]() ![]() |
FindWindowByCaptionAndClassText | Retrieves the handle of the window that has matching caption/class text through a BFS (Breadth-First Search) of the window handle tree rooted at hWndParent. |
![]() ![]() |
FindWindowByControlId | Retrieves the handle of the window that has matching Control ID through a BFS (Breadth-First Search) of the window handle tree rooted at hWndParent. |
![]() ![]() |
FindWindowByPosition | Retrieves the handle of the window whose upper left corner coordinates matches the position given through a BFS (Breadth-First Search) of the window handle tree rooted at hWndParent. |
Top
See Also
Reference
Win32HelperMethods Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.