摘要:
#include "stdafx.h"#include <windows.h>#include <tlhelp32.h>int main(int argc, char* argv[]){HANDLE hSnapshot = CreateToolhelp32Snapshot (TH32CS_SNAPPROCESS, 0);if (!hSnapshot){ printf("Cr... 阅读全文
posted @ 2010-01-18 11:29
奋斗中...
阅读(329)
评论(0)
推荐(0)

浙公网安备 33010602011771号