随笔分类 - windows
摘要:#define _WIN32_WINNT 0x0400#include #include HHOOK hHook;LRESULT CALLBACK LLKeyBoardProc(int nCode, WPARAM wParam, LPARAM lParam){PKBDLLHOOKSTRUCT pkl...
阅读全文
摘要:#include#include#include#include#include#include#include#include#include #define _WIN32_WINNT 0x0400#define MAPSIZE 24#define WH_KEYBOARD_LL 13typedef...
阅读全文
摘要:// threading.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;HANDLE hMutex;volatile int a=0;int b=10;DWORD WINAPI Fun(L...
阅读全文

浙公网安备 33010602011771号