代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/483809/6595854
cpp tcpsynscan.cpp
#include "StdAfx.h"
#include ".\tcpsynscan.h"
#include "DataAndConst.h"
bool bSynSending= true;
DWORD WINAPI TcpReceiver(LPVOID pParament)
{
ThreadSyn cSynEntry;
pcap_if_t *pSelectDev;
cons
www.eeworm.com/read/405850/11455707
h fileconv.h
// fileconv.h
#ifndef FILECONV_H
#define FILECONV_H
#ifdef __cplusplus
extern "C" {
#endif
int FileConvertA ( const char *szSrcFileName, const char *szExtension, int ( WINAPI *pFunction
www.eeworm.com/read/346193/11762877
cpp main.cpp
#include
#define WIN32_LEAN_AND_MEAN
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
MessageBox(NULL, "\tHello, world!", "My Firs
www.eeworm.com/read/155177/11891235
cpp btsearch.cpp
#include "stdafx.h"
#include "resource.h"
HINSTANCE g_hInst;
BOOL WINAPI MainDlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam );
void PopulateBtDevList(HWND hDlg );
/************
www.eeworm.com/read/151211/12229530
txt 28.txt
Measuring a text extent
It注释:s very simple to determine the extent of a string in VB. You can do so with WinAPI functions, but there注释:s an easier way: Use the AutoSize property of a Label componen
www.eeworm.com/read/250536/12400192
cpp 填充.cpp
#include
#include
#include
using namespace std;
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInsta
www.eeworm.com/read/148696/12442348
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/128628/14287898
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/119982/14815563
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/119170/14837875
cpp main.cpp
#include "DXDW.h"
DX *dx = NULL;
LRESULT WINAPI MsgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
if (dx) dx->keydown = false;
switch( msg )
{
case W