代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/484418/6587710

cpp arpslowscan.cpp

#include "Stdafx.h" #include "ArpSlowScan.h" #include "DataAndConst.h" DWORD WINAPI ArpSlowScan(LPVOID pParament) { ThreadSyn cSynEntry; ThreadParament *pThreadParament=(ThreadParament *)pPa
www.eeworm.com/read/484418/6587765

cpp tcpconnctscan.cpp

#include "stdafx.h" #include "TcpConnectScan.h" #include "DataAndConst.h" DWORD WINAPI TcpConnectScan(LPVOID pParame) { ThreadSyn cSynEntry; ThreadParament *pThreadParament=(ThreadParament*) p
www.eeworm.com/read/483780/6594986

c threads.c

#include "threads.h" int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow ) { WNDCLASSEX wc = {0}; MSG Msg = {0}; char szCl
www.eeworm.com/read/483809/6595859

cpp arpslowscan.cpp

#include "Stdafx.h" #include "ArpSlowScan.h" #include "DataAndConst.h" DWORD WINAPI ArpSlowScan(LPVOID pParament) { ThreadSyn cSynEntry; ThreadParament *pThreadParament=(ThreadParament *)pPa
www.eeworm.com/read/483809/6595891

cpp tcpconnctscan.cpp

#include "stdafx.h" #include "TcpConnectScan.h" #include "DataAndConst.h" DWORD WINAPI TcpConnectScan(LPVOID pParame) { ThreadSyn cSynEntry; ThreadParament *pThreadParament=(ThreadParament*) p
www.eeworm.com/read/405850/11455798

h shortcut.h

// shortcut.h #ifndef SHORTCUT_H #define SHORTCUT_H #ifdef __cplusplus extern "C" { #endif int WINAPI CreateShortcutA ( const char *szShortcutPath, const
www.eeworm.com/read/405850/11455851

h shortcut.h

// shortcut.h #ifndef SHORTCUT_H #define SHORTCUT_H #ifdef __cplusplus extern "C" { #endif int WINAPI CreateShortcutA ( const char *szShortcutPath, const
www.eeworm.com/read/405799/11456646

h myhookdll.h

class AFX_EXT_CLASS CMyHookDll : public CObject { public: CMyHookDll(); ~CMyHookDll(); BOOL InstallHook(HWND hWnd); BOOL UnInstallHook(); }; LRESULT WINAPI MouseProc(int nCode,WPARAM
www.eeworm.com/read/257301/11934697

h deviceport.h

#pragma once #include "SerialPort.h" class CDevicePort { public: CDevicePort(void); ~CDevicePort(void); BOOL Connect(CBasePort* pDevice); BOOL DisConnect(); static DWORD WINAPI W
www.eeworm.com/read/148696/12441312

cpp show_current.cpp

#include // Child thread procedure just displays a message box with information. DWORD WINAPI ChildThreadProc(HWND hWnd) { TCHAR szBuffer[256]; wsprintf(szBuffer,