ae ~next (2021-10-23T04:25:29.3345725)
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.