#include <RTL_USER_PROCESS_PARAMETERS.hh>
◆ ~RTL_USER_PROCESS_PARAMETERS()
| virtual introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::~RTL_USER_PROCESS_PARAMETERS |
( |
| ) |
|
|
virtualdefault |
◆ CommandLine()
| virtual const std::string & introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::CommandLine |
( |
| ) |
const |
|
pure virtual |
◆ EnvironmentMap()
| virtual std::map< std::string, std::string > introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::EnvironmentMap |
( |
| ) |
const |
|
pure virtual |
Get the environment as a string map, for quick lookups.
- Returns
- std::map<guest_ptr<char16_t[]>, guest_ptr<char16_t[]>>
- Examples
- ivprocinfo.cc.
◆ ImagePathName()
| virtual const std::string & introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::ImagePathName |
( |
| ) |
const |
|
pure virtual |
◆ json()
| virtual Json::Value introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::json |
( |
| ) |
const |
|
pure virtual |
◆ make_unique()
◆ pEnvironment()
| virtual guest_ptr< char16_t > introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::pEnvironment |
( |
| ) |
const |
|
pure virtual |
Get a pointer to the environment array.
◆ ptr()
| virtual guest_ptr< void > introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::ptr |
( |
| ) |
const |
|
pure virtual |
◆ WindowTitle()
| virtual const std::string & introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::WindowTitle |
( |
| ) |
const |
|
pure virtual |
◆ write()
| virtual void introvirt::windows::nt::RTL_USER_PROCESS_PARAMETERS::write |
( |
std::ostream & |
os, |
|
|
const std::string & |
linePrefix = "" |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: