var process = OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, false, processid); if (process != NULL) { var length = (DWORD)MAX_PATH; ...
確定! 回上一頁