代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/259928/4335880

h net_utils.h

#ifndef _NET_UTILS_H #define _NET_UTILS_H void add_backslash(CString& str); extern "C" VOID WINAPI recursive_create_dir(LPCTSTR dir); #endif // _NET_UTILS_H
www.eeworm.com/read/161438/5553575

cpp manip_threads.cpp

#include // Hot key values. #define RESUME_KEY 101 #define SUSPEND_KEY 102 #define TERMINATE_KEY 103 DWORD WINAPI ThreadProc(HWND hWnd) { TCHAR szBuffer[128]; ws
www.eeworm.com/read/474217/6816680

h qqhook.h

//#ifdef QQHookLIB #define QQHookLIB_API __declspec(dllexport) //#else //#define QQHookLIB_API __declspec(dllimport) //#endif //声明要导出的函数 //安装消息钩子函数 /*BOOL QQHookLIB_API WINAPI SetMessageHo
www.eeworm.com/read/194721/8187212

bas baswinapi.bas

Attribute VB_Name = "basWinAPI" Option Explicit 'misc WinApi declares and constants are here Public Const WS_CHILD As Long = &H40000000 Public Const WS_VISIBLE As Long = &H10000000 Public Const
www.eeworm.com/read/368115/9711391

h thread_base.h

#ifndef _THREAD_BASE_H #define _THREAD_BASE_H #include "windows.h" class thread_base { private: HANDLE threadhandle; bool beixt; static DWORD WINAPI _entry(LPVOID param) { thread_bas
www.eeworm.com/read/171829/9734978

cpp manip_threads.cpp

#include // Hot key values. #define RESUME_KEY 101 #define SUSPEND_KEY 102 #define TERMINATE_KEY 103 DWORD WINAPI ThreadProc(HWND hWnd) { TCHAR szBuffer[128]; ws
www.eeworm.com/read/269760/11079016

cpp string.cpp

#include "stdafx.h" #include "ArithDLL.h" ARITHDLL_API int WINAPI KMPSearchMem(char *pcdad, int ndad, char *pcsub, int nsub) { if (nsub>ndad || nsub>512 || nsub
www.eeworm.com/read/147185/12579384

cpp string.cpp

#include "stdafx.h" #include "ArithDLL.h" ARITHDLL_API int WINAPI KMPSearchMem(char *pcdad, int ndad, char *pcsub, int nsub) { if (nsub>ndad || nsub>512 || nsub
www.eeworm.com/read/300301/13921328

cpp string.cpp

#include "stdafx.h" #include "ArithDLL.h" ARITHDLL_API int WINAPI KMPSearchMem(char *pcdad, int ndad, char *pcsub, int nsub) { if (nsub>ndad || nsub>512 || nsub
www.eeworm.com/read/134540/13984425

cpp ex1.cpp

#include #include #include #include "resource.h" #include "ex1.h" int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)