ToolhelpIterator

D ranges wrapping iteration over Toolhelp32Snapshot lists.

version(Windows)
static if(_WIN32_WINNT >= 0x500)
struct ToolhelpIterator (
STRUCT
alias FirstFunc
alias NextFunc
) {}

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
STRUCT front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta