ae v0.0.2885 (2020-12-20T18:43:56Z)
Home
Dub
Repo
RemoteProcessVarImpl
ae
sys
windows
process
Undocumented in source.
version(Windows)
struct
RemoteProcessVarImpl (
T
) {
T
local
;
T
*
localPtr
[@property getter];
RemoteAddress
remotePtr
;
HANDLE
hProcess
;
this
(HANDLE hProcess);
void
read
();
void
write
();
~this
();
}
Constructors
this
this
(HANDLE hProcess)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
read
void
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
localPtr
T
*
localPtr
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
hProcess
HANDLE
hProcess
;
Undocumented in source.
local
T
local
;
Undocumented in source.
remotePtr
RemoteAddress
remotePtr
;
Undocumented in source.
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