vmmon/PatchList.h File Reference

Contains declaration for patched process state structure. More...

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

Include dependency graph for PatchList.h:

This graph shows which files directly or indirectly include 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...

Detailed Description

Contains declaration for patched process state structure.

Author:
Ivan Shcherbakov (Bazis)
Id
PatchList.h,v 1.7 2008/12/31 13:25:05 Bazis Exp

Typedef Documentation

typedef std::vector<PatchedProcess> PatchedProcessList

typedef std::set<unsigned> PatchedProcessSet


Enumeration Type Documentation

enum PatchState

Represents the mode of a patched VMWARE-VMX.EXE process.

Enumerator:
PatchPending 
PatchInProgress 
PatchInProgress2 
PatchSuccessful 
PatchFailed 
PatchProcessTerminated 
UnpatchInProgress 
Unpatched 
ProtocolMismatch 

SourceForge.net Logo