#include <bzscmn/datetime.h>
#include <bzscmn/string.h>
#include <vector>
#include <set>
#include "../rpcdispatch/status.h"
#include "../kdclient/patchapi.h"


Go to the source code of this file.
Classes | |
| class | PatchedProcess |
| Represents the state of a patched VMWARE-VMX.EXE process. More... | |
Typedefs | |
| typedef std::vector < PatchedProcess > | PatchedProcessList |
| typedef std::set< unsigned > | PatchedProcessSet |
Enumerations | |
| enum | PatchState { PatchPending, PatchInProgress, PatchInProgress2, PatchSuccessful, PatchFailed, PatchProcessTerminated, UnpatchInProgress, Unpatched, ProtocolMismatch } |
| Represents the mode of a patched VMWARE-VMX.EXE process. More... | |
Definition in file PatchList.h.
| typedef std::vector<PatchedProcess> PatchedProcessList |
Definition at line 104 of file PatchList.h.
| typedef std::set<unsigned> PatchedProcessSet |
Definition at line 105 of file PatchList.h.
| enum PatchState |
Represents the mode of a patched VMWARE-VMX.EXE process.
| PatchPending | |
| PatchInProgress | |
| PatchInProgress2 | |
| PatchSuccessful | |
| PatchFailed | |
| PatchProcessTerminated | |
| UnpatchInProgress | |
| Unpatched | |
| ProtocolMismatch |
Definition at line 16 of file PatchList.h.