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)154 DWORD cReference; // 04h Number of references to process155 DWORD un1; // 08h156 DWORD someEvent; // 0Ch An event object (What's it used for???)157 DWORD TerminationStatus; // 10h Returned by GetExitCodeProcess158 DWORD un2; // 14h159 DWORD DefaultHeap; // 18h Address of the process heap160 DWORD MemoryContext; // 1Ch pointer to the process's context161 DWORD flags; // 20h[all …]