ae.sys.windows.window

Windows GUI window utility code.

Members

Aliases

getClassName
alias getClassName = _windowStringQuery!GetClassNameW
Undocumented in source.
getWindowText
alias getWindowText = _windowStringQuery!GetWindowTextW
Undocumented in source.

Functions

_windowStringQuery
string _windowStringQuery(HWND h)
Undocumented in source. Be warned that the author may not have intended to support it.
createHiddenWindow
HWND createHiddenWindow(string name, WNDPROC proc)

Create an utility hidden window.

windowIterator
WindowIterator windowIterator(string szClassName, string szWindowName, HWND hParent)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WindowIterator
struct WindowIterator

FindWindowExW wrapper as a D range interface.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>