代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/179954/9327429
cpp closeenhmetafile.cpp
// CloseEnhMetaFile.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI
www.eeworm.com/read/179954/9327467
cpp ellipse.cpp
// Ellipse.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HIN
www.eeworm.com/read/179954/9327476
cpp anglearc.cpp
// AngleArc.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HINS
www.eeworm.com/read/179954/9327521
cpp pie.cpp
// Pie.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HINSTAN
www.eeworm.com/read/179954/9327543
cpp polygon.cpp
// Polygon.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HIN
www.eeworm.com/read/179954/9327618
cpp arc.cpp
// Arc.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HINSTAN
www.eeworm.com/read/356189/10235262
cpp 123.cpp
#include//引入必要的头文件
int WINAPI WinMain(
HINSTANCE hInstance, // handle to current instance
HINSTANCE hPrevInstance, // handle to previous instance
LPSTR lpCmdLine, // po
www.eeworm.com/read/162078/10338391
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/350642/10721546
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/275438/10816606
h eventselectserver.h
/////////////////////////////////////////////////////
// EventSelectServer.h文件
DWORD WINAPI ServerThread(LPVOID lpParam);
// 套节字对象
typedef struct _SOCKET_OBJ
{
SOCKET s; // 套节字句柄
HA