|
memex
|
Enumerations | |
| enum class | AccessMask : DWORD { Read = PROCESS_VM_READ , Write = PROCESS_VM_WRITE , Execute = PROCESS_CREATE_THREAD , Full = PROCESS_ALL_ACCESS } |
| Enum representing different access masks for process memory operations. More... | |
| enum class | Error { AlreadyAttached , InvalidPID , AccessDenied , OpenFailed , TerminateFailed , InvalidHandle , ProcessNotFound , ProcFirstFailed , SnapshotFailed , ModFirstFailed , ModuleNotFound } |
| An enumeration of error codes that can be returned by the library. More... | |
Functions | |
| constexpr std::string_view | parseError (Error error) |
| Converts an error code to its string representation. | |
|
strong |
|
strong |
|
constexpr |
Converts an error code to its string representation.
| error | The error code to convert. |