代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/156589/11790751
txt 11.txt
#include
LRESULT CALLBACK WindowFunc(HWND,UINT,WPARAM,LPARAM,LPARAM);
char szWinName[]="MyWin"; /*name of window class*/
int WINAPI WinMain(HINSTANCE hThisInst,HINSTANCE hPrevInst,
www.eeworm.com/read/148737/12432164
cpp cmapeditormain.cpp
#include
#include"CMapEditor.h"
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)
{
CMapEditor mapedit;
if(mapedit.InitDxlib(hInstance))
www.eeworm.com/read/148696/12441039
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/128628/14286683
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/119982/14815037
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/118124/14886548
cpp myfirstatlwindow.cpp
// MyFirstATLWindow.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "MyWindow.h"
CComModule _Module;
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hInstPr
www.eeworm.com/read/117046/14943612
cpp application.cpp
#include "application.h"
LRESULT WINAPI MainMessageProcedure( HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam );
CApplication::CApplication()
{
m_hWnd = NULL;
m_hInstance = NULL;
www.eeworm.com/read/206867/15287009
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/11200/211917
cpp dpfpuitest.cpp
// DPFpUITest.cpp : Implementation of WinMain
#include "stdafx.h"
#include "resource.h"
#include "DPFpUITestDialog.h"
//
extern "C" int WINAPI _tWinMain(HINSTANCE /*hInstance*/, HINSTANCE /
www.eeworm.com/read/472881/1403396
c mtest.c
/* KSC5601 test program*/
#include
LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, in