Process Hacker
_ALPC_SERVER_INFORMATION Struct Reference

#include <ntlpcapi.h>

Data Fields

union {
   struct {
      HANDLE   ThreadHandle
 
   }   In
 
   struct {
      BOOLEAN   ThreadBlocked
 
      HANDLE   ConnectedProcessId
 
      UNICODE_STRING   ConnectionPortName
 
   }   Out
 
}; 
 

Detailed Description

Definition at line 520 of file ntlpcapi.h.

Field Documentation

union { ... }
HANDLE ConnectedProcessId

Definition at line 531 of file ntlpcapi.h.

UNICODE_STRING ConnectionPortName

Definition at line 532 of file ntlpcapi.h.

struct { ... } In
struct { ... } Out
BOOLEAN ThreadBlocked

Definition at line 530 of file ntlpcapi.h.

HANDLE ThreadHandle

Definition at line 526 of file ntlpcapi.h.


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