摘要:
https://baike.baidu.com/item/CreateService/2662500?fr=aladdin SC_HANDLE CreateService(SC_HANDLE hSCManager, //服务控制管理程序维护的登记数据库的句柄,由系统函数OpenSCManager 返 阅读全文
摘要:
https://baike.baidu.com/item/CreateService/2662500?fr=aladdin SC_HANDLE CreateService(SC_HANDLE hSCManager, //服务控制管理程序维护的登记数据库的句柄,由系统函数OpenSCManager 返 阅读全文
摘要:
queue有很多 //////////////////stack 0, // use default stack size 创建线程createThread的第二个参数 vector向量(数组 随机修改 插入 删除 到尾部) std::vector push_back XXXvector.size( 阅读全文
摘要:
CopyFile 阅读全文
摘要:
memcpy(内存拷贝函数) c和c++使用的内存拷贝函数,memcpy函数的功能是从源src所指的内存地址的起始位置开始拷贝n个字节到目标dest所指的内存地址的起始位置中。 https://blog.csdn.net/weixin_39862697/article/details/1119232 阅读全文
摘要:
wsprintf 将一系列的字符和数值输入到缓冲区 函数wsprintf [1] ()将一系列的字符和数值输入到缓冲区。输出缓冲区里的的值取决于格式说明符(即"%")。如果写入的是文字,此函数给写入的文字的末尾追加一个'\0'。函数的返回值是写入的长度,但不包括最后的'\0'。 阅读全文
摘要:
(remove 阅读全文
摘要:
LocalAlloc函数 这个函数从堆中分配指定大小的字节数 LocalAlloc,This function allocates the specified number of bytes from the heap.这个函数从堆中分配指定大小的字节数。 https://baike.baidu.c 阅读全文
摘要:
https://wenku.baidu.com/view/a62a4cca514de518964bcf84b9d528ea80c72f49.html 阅读全文
摘要:
ZwClose 例程关闭对象句柄 ZwClose 函数 (wdm.h)项目2022/04/21 ZwClose 例程关闭对象句柄。 阅读全文