openprocess
OpenProcess error 87 invalid parameter
I\'m trying to write a program which executes make.exe from MinGW distribution in the current directory and makes use of its STDOUT data and exit code. I have a handle to process STDOUT where I fetch[详细]
2023-02-10 19:47 分类:问答Vista/7 compile and XP/2000 execution issues with OpenProcess in C++
I\'ve been using OpenProcess with PROCESS_ALL_ACCESS rights for the following functions: -EnumProcessModules[详细]
2023-01-12 14:05 分类:问答GetProcessName in C++
I have a function with blow detail. typedef part typedef DWORD (WINAPI *GETMODULEFILENAMEEX)(HANDLE hProcess, HMODULE hModule, LPTSTRlpBaseName,DWORD nSize);[详细]
2023-01-11 15:44 分类:问答Windows Vista/Windows 7 privilege: SeDebugPrivilege & OpenProcess
Everything I\'ve been able to find about escalating to the appropriate privileges for my needs has agreed with my current methods, but the problem exists. I\'m hoping maybe someone has some Windows Vi[详细]
2023-01-01 16:28 分类:问答OpenProcess / SetProcessAffinityMask on process started by my service
In my manager.exe, I\'m trying to change the CPU usage of my worker.exe, which is started by my service.exe.Service.exe is running under the System Account, while manager.exe is running under the logg[详细]
2022-12-21 03:40 分类:问答