摘要:
char* processInfo(char *process, int *len){......hprocess = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);if (hprocess == INVALID_HANDLE_VALUE){return NULL;}memset(&pe, 0, sizeof(PROCESSENTRY32)... 阅读全文
posted @ 2010-11-22 10:03
rfcff
阅读(1502)
评论(0)
推荐(0)