代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/103858/15718030
html wpw_wapi_mouse_95.html
Return to Table of Contents for this chapter
Subject: Mouse Pressed Message
mfried@linex.com (Mar
www.eeworm.com/read/103858/15718033
html wpw_wapi_sysinfo_95.html
Return to Table of Contents for this chapter
Subject: Getting Disk Information
On Mon, 19 Jun 19
www.eeworm.com/read/103858/15718045
html wpw_wapi_task_95.html
Return to Table of Contents for this chapter
Subject: Activating first instance of app?
Hi,
www.eeworm.com/read/103858/15718062
html wpw_wapi_serial_95.html
Return to Table of Contents for this chapter
Subject: How do I learn to program the serials program?
efj
www.eeworm.com/read/187801/8600071
cpp server_part1.cpp
#include
#include
#include
#define SERVER_SOCKET_ERROR 1
#define SOCKET_OK 0
#pragma comment(lib, "wsock32.lib")
void socketError(char*);
int WINAPI Wi
www.eeworm.com/read/187125/8854419
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'
'int WINAPI MCServer(int port, const char *qs, int second)
'// int port : 串口号;
'// int second: 等待时间,0为无限等待;
'// return : 0--成功;
'//
www.eeworm.com/read/184387/9107310
h spi_init_simulate.h
#include
#ifndef SPI_INIT_SIMULATE_H
#define SPI_INIT_SIMULATE_H
HANDLE hSpiThread;
DWORD IdThread;
void spi_start_run();
DWORD WINAPI Lcd_Tft_240X320_Init(void*);
#endif
www.eeworm.com/read/282090/9120545
cpp qe3.cpp
#include "stdafx.h"
#include "qe3.h"
#include "PrefsDlg.h"
#include
#include
QEGlobals_t g_qeglobals;
void WINAPI QE_CheckOpenGLForErrors(void)
{
CString strM
www.eeworm.com/read/276140/10760559
h ex26b.h
// ex26b.h : main header file for the EX26b application
//
extern "C" extern void WINAPI InitEx26aDLL();
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#en
www.eeworm.com/read/310290/13653936
cpp mygame.cpp
#include "InputHandler.h"
#include "Application.h"
#if OGRE_PLATFORM == PLATFORM_WIN32 || OGRE_PLATFORM == OGRE_PLATFORM_WIN32
#define WIN32_LEAN_AND_MEAN
#include "windows.h"
INT WINAPI Wi