Process Hacker
_PH_LOG_ENTRY Struct Reference

#include <phapp.h>

Data Fields

UCHAR Type
 
UCHAR Reserved1
 
USHORT Flags
 
LARGE_INTEGER Time
 
union {
   struct {
      HANDLE   ProcessId
 
      PPH_STRING   Name
 
      HANDLE   ParentProcessId
 
      PPH_STRING   ParentName
 
   }   Process
 
   struct {
      PPH_STRING   Name
 
      PPH_STRING   DisplayName
 
   }   Service
 
   PPH_STRING   Message
 
}; 
 
UCHAR Buffer [1]
 

Detailed Description

Definition at line 1064 of file phapp.h.

Field Documentation

union { ... }
UCHAR Buffer[1]

Definition at line 1086 of file phapp.h.

PPH_STRING DisplayName

Definition at line 1082 of file phapp.h.

USHORT Flags

Definition at line 1068 of file phapp.h.

PPH_STRING Message

Definition at line 1084 of file phapp.h.

PPH_STRING Name

Definition at line 1075 of file phapp.h.

PPH_STRING ParentName

Definition at line 1077 of file phapp.h.

HANDLE ParentProcessId

Definition at line 1076 of file phapp.h.

struct { ... } Process
HANDLE ProcessId

Definition at line 1074 of file phapp.h.

UCHAR Reserved1

Definition at line 1067 of file phapp.h.

struct { ... } Service
LARGE_INTEGER Time

Definition at line 1069 of file phapp.h.

UCHAR Type

Definition at line 1066 of file phapp.h.


The documentation for this struct was generated from the following file: