搜索资源列表
《Windows核心编程(第四版)》中文版.rar
- 目 录 译者序 前言 第一部分 程序员必读 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13
1
- 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新
APIzhantingjinchenghuifu
- API暂停进程恢复例子,无模块,纯源码,Api命令暂停和恢复。-API suspended process resume examples, no modules, pure source, Api command to pause and resume.
stop
- 易语言检测进程是否被暂停源码例程程序结合易语言特殊功能支持库,调用API函数检测进程是否被暂停。 -Easy language to detect whether the process is suspended source routine procedures combined with easy language special features to support the library, call the API fun
t
- 易语言检测进程是否被暂停源码例程程序结合易语言特殊功能支持库,调用API函数检测进程是否被暂停。 -Easy language to detect whether the process is suspended source routine procedures combined with easy language special features to support the library, call the API fun
易语言暂停进程源码
- API暂停-恢复进程,无需要任何模块,既可以暂停进程,和恢复进程纯源码(API to halt the process, no need any module, pure source)