E:/PROJECTS/cvsed/mixed/VIRTUA~1/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 "../kdclient/patchapi.h"

Include dependency graph for PatchList.h:

This graph shows which files directly or indirectly include this file:

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...


Detailed Description

Contains declaration for patched process state structure.

Author:
Ivan Shcherbakov (Bazis)
Id
PatchList.h,v 1.8 2009/06/07 15:31:55 Administrator Exp

Definition in file PatchList.h.


Typedef Documentation

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.


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 

Definition at line 16 of file PatchList.h.