- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 枚举windows全系列(98 NT 2000以及后系列)进程--3
#ifndef WINNT_PROCESS#define WINNT_PROCESS#define WIN32_LEAN_AND_MEAN#include "StdAfx.h"#include #include #include //全局变量,保存进程数目strings FunProcessCount;//Windows NT Functionstypedef BOOL (WINAPI *ENUM
2005-11-16 11:16:00
962
1
原创 枚举windows全系列(98 NT 2000以及后系列)进程--2
#include "StdAfx.h"#include #include // Toolhelp 32#ifndef WIN98_PROCESS_#define WIN98_PROCESS_#define WIN32_LEAN_AND_MEANtypedef BOOL (WINAPI *PROCESSWALK)( HANDLE hSnapshot,
2005-11-16 11:15:00
612
原创 枚举windows全系列(98 NT 2000以及后系列)进程--1
// ProcessPolicy.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "Win98_Process.h"#include "WinNT_Process.h"//#include "SPESXML.h"struct PROCESSINFO{ CString Pr
2005-11-16 11:13:00
582
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人