프로세스 검색 및 강제 종료
#include “Tlhelp32.h” bool ProcessKill(CString strProcessName){ HANDLE hProcessSnap = NULL; BOOL bRet = FALSE; PROCESSENTRY32 pe32…
Read More#include “Tlhelp32.h” bool ProcessKill(CString strProcessName){ HANDLE hProcessSnap = NULL; BOOL bRet = FALSE; PROCESSENTRY32 pe32…
Read More