#include <bzscmn/datetime.h>
#include <bzscmn/string.h>
#include <vector>
#include <set>
#include "../rpcdispatch/status.h"
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... |
typedef std::vector<PatchedProcess> PatchedProcessList |
typedef std::set<unsigned> PatchedProcessSet |
enum PatchState |