Searched defs:_ENVIRONMENT_DATABASE (Results 1 – 1 of 1) sorted by relevance
118 typedef struct _ENVIRONMENT_DATABASE { struct119 PSTR pszEnvironment; // 00h Pointer to Environment120 DWORD un1; // 04h121 PSTR pszCmdLine; // 08h Pointer to command line122 PSTR pszCurrDirectory; // 0Ch Pointer to current directory123 LPSTARTUPINFOA pStartupInfo;// 10h Pointer to STARTUPINFOA struct124 HANDLE hStdIn; // 14h Standard Input125 HANDLE hStdOut; // 18h Standard Output126 HANDLE hStdErr; // 1Ch Standard Error127 DWORD un2; // 20h[all …]