防多开(C++)(Windows)
防多开(C++)(Windows)
1. 实现描述
使用Windows Api实现,函数为CreateEventW,在头文件<Windows.h>中。(或者用<synchapi.h>+链接Kernel32.lib)
2. 代码
|
发布于
使用Windows Api实现,函数为CreateEventW,在头文件<Windows.h>中。(或者用<synchapi.h>+链接Kernel32.lib)
|