Process Hacker
_WE_WINDOW_SELECTOR Struct Reference

#include <wndexp.h>

Data Fields

WE_WINDOW_SELECTOR_TYPE Type
 
union {
   struct {
      HANDLE   ProcessId
 
   }   Process
 
   struct {
      HANDLE   ThreadId
 
   }   Thread
 
   struct {
      PPH_STRING   DesktopName
 
   }   Desktop
 
}; 
 

Detailed Description

Definition at line 78 of file wndexp.h.

Field Documentation

union { ... }
struct { ... } Desktop
PPH_STRING DesktopName

Definition at line 93 of file wndexp.h.

struct { ... } Process
HANDLE ProcessId

Definition at line 85 of file wndexp.h.

struct { ... } Thread
HANDLE ThreadId

Definition at line 89 of file wndexp.h.

Definition at line 80 of file wndexp.h.


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