KdClientStatus Struct Reference

Contains status and statistics info reported by KDCLIENT.DLL for VMMON.EXE. More...

#include <status.h>

List of all members.

Public Attributes

wchar_t PipeName [256]
unsigned BytesSent
unsigned BytesReceived
unsigned PacketsSent
unsigned PacketsReceived
unsigned ResyncCount
bool DebuggerConnected
bool OSDetected
bool TraceAssistUpdatePending
unsigned DebugLevel
unsigned BytesDropped
unsigned PatchErrorPlus1
 Contains ErrorCode + 1. Default file mapping value of 0 corresponds to PENDING state.
unsigned ProtocolMismatchStatus


Detailed Description

Contains status and statistics info reported by KDCLIENT.DLL for VMMON.EXE.

Remarks:
This structure is filled by zeroes at creation, so default values for members meaning "operation pending" or "not yet started" should correspond to zero.

Member Data Documentation

Contains ErrorCode + 1. Default file mapping value of 0 corresponds to PENDING state.


The documentation for this struct was generated from the following file:
SourceForge.net Logo