代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/147420/5730088
cpp erroruseappartment.cpp
#define _WIN32_WINNT 0x0400
#include
#include
#include "..\TestComObject1\TestComObject1_i.c"
#include "..\TestComObject1\TestComObject1.h"
DWORD WINAPI ThreadProc(LPVO
www.eeworm.com/read/147420/5730089
cpp apartmenttest.cpp
#define _WIN32_WINNT 0x0400
#include
#include
#include "..\TestComObject1\TestComObject1_i.c"
#include "..\TestComObject1\TestComObject1.h"
DWORD WINAPI ThreadProc(LP
www.eeworm.com/read/147420/5730091
cpp defaultapartment.cpp
#define _WIN32_WINNT 0x0400
#include
#include
#include "..\TestComObject1\TestComObject1_i.c"
#include "..\TestComObject1\TestComObject1.h"
DWORD WINAPI ThreadProc(LPVO
www.eeworm.com/read/147420/5730094
cpp singleapartment.cpp
#define _WIN32_WINNT 0x0400
#include
#include
#include "..\TestComObject1\TestComObject1_i.c"
#include "..\TestComObject1\TestComObject1.h"
DWORD WINAPI ThreadProc(LPVO
www.eeworm.com/read/487786/6508781
h mvcapi.h
#ifndef _MVC1000APIUSER_H
#define _MVC1000APIUSER_H
#include "CommonDataType.h"
#ifdef MVC1000API_EXPORTS
#define MV_API extern __declspec(dllexport) MV_RETURN_CODE WINAPI
#else
#define
www.eeworm.com/read/344645/11869874
cpp bt.cpp
// BT.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "BT.h"
#include
#include
#include
int WINAPI WinMain(HINSTANCE hInstance,
HINSTA
www.eeworm.com/read/224643/14578085
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/223893/14613779
cpp serialportcontrol.cpp
#include "StdAfx.h"
#include "SerialPortControl.h"
HANDLE hCom; //全局变量,串口句柄
HANDLE hCommThread; //全局变量,串口线程
DWORD WINAPI SerialPort1ThreadProcess(HWND hWnd);
volatile bool hEventRun;
HWND hWnd;
www.eeworm.com/read/120975/14779460
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/109685/15552315
cpp game1.cpp
#include
#include
#include
#include"game1.h"
//函数声明
long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam);
BOOL CALLBACK DlgProc(HWND,UINT,WPARAM,