ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
ToolhelpIterator
ae
sys
windows
process
D ranges wrapping iteration over
Toolhelp32Snapshot
lists.
version(Windows)
static if
(
_WIN32_WINNT >= 0x500
)
struct
ToolhelpIterator (
STRUCT
alias
FirstFunc
alias
NextFunc
) {
bool
empty
[@property getter];
STRUCT
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
STRUCT
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
process
aliases
CreatedProcess
HeapIterator
ModuleIterator
ProcessIterator
RemoteAddress
ThreadIterator
ToolhelpSnapshot
functions
createDesktopUserProcess
createProcess
createToolhelpSnapshot
readProcessMemory
readProcessVar
writeProcessMemory
writeProcessVar
properties
heaps
modules
processes
threads
structs
ProcessWatcher
RemoteProcessVarImpl
ToolhelpIterator
_CreatedProcessImpl
_ToolhelpSnapshotImpl
templates
RemoteProcessVar
D ranges wrapping iteration over Toolhelp32Snapshot lists.