Searched defs:_PROCESS_DATABASE (Results 1 – 1 of 1) sorted by relevance
152 typedef struct _PROCESS_DATABASE { struct153 DWORD Type; // 00h KERNEL32 object type (5)155 DWORD un1; // 08h158 DWORD un2; // 14h159 DWORD DefaultHeap; // 18h Address of the process heap161 DWORD flags; // 20h185 struct _PROCESS_DATABASE *ParentPDB; // 48h Parent process database argument197 struct _PROCESS_DATABASE *ProcessGroup; // 94h argument198 DWORD pExeMODREF; // 98h pointer to EXE's MODREF199 DWORD TopExcFilter; // 9Ch Top Exception Filter?[all …]
Completed in 24 milliseconds