ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
WindowIterator
ae
sys
windows
window
FindWindowExW
wrapper as a D range interface.
version(Windows)
struct
WindowIterator {
bool
empty
[@property getter];
HWND
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
HWND
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
sys
windows
window
aliases
getClassName
getWindowText
functions
_windowStringQuery
createHiddenWindow
windowIterator
structs
WindowIterator
FindWindowExW wrapper as a D range interface.