ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
_ToolhelpSnapshotImpl
ae
sys
windows
process
Wraps a
Toolhelp32Snapshot
handle.
version(Windows)
static if
(
_WIN32_WINNT >= 0x500
)
struct
_ToolhelpSnapshotImpl {
HANDLE
hSnapshot
;
~this
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
hSnapshot
HANDLE
hSnapshot
;
Undocumented in source.
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
Wraps a Toolhelp32Snapshot handle.