ae v0.0.1896 (2017-02-27T15:20:58Z)
Home
Dub
Repo
ToolhelpIterator
ae
sys
windows
process
Undocumented in source.
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
CreateProcessWithTokenWFunc
CreatedProcess
HeapIterator
ModuleIterator
ProcessIterator
RemoteAddress
ThreadIterator
ToolhelpSnapshot
wenforce
functions
createDesktopUserProcess
createProcess
createToolhelpSnapshot
readProcessMemory
readProcessVar
writeProcessMemory
writeProcessVar
manifest constants
TOKEN_ADJUST_SESSIONID
properties
heaps
modules
processes
threads
structs
CreatedProcessImpl
ProcessWatcher
RemoteProcessVarImpl
ToolhelpIterator
ToolhelpSnapshotImpl
templates
RemoteProcessVar