代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/158106/5598620

c mtest2.c

#define MWINCLUDECOLORS #include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int
www.eeworm.com/read/158106/5598627

c mtest.c

#include LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) { stat
www.eeworm.com/read/171829/9734876

cpp show_current.cpp

#include // Child thread procedure just displays a message box with information. DWORD WINAPI ChildThreadProc(HWND hWnd) { TCHAR szBuffer[256]; wsprintf(szBuffer,
www.eeworm.com/read/171829/9735639

cpp simple_mutex.cpp

#include // Child thread procedure waits until mutex becomes signaled, holds the // object for five seconds and then releases it. DWORD WINAPI ChildThreadProc( HWND hWnd ) {
www.eeworm.com/read/334755/12577026

cpp shellexe.cpp

// shellexe.cpp : Defines the entry point for the application. // #include "stdafx.h" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) {
www.eeworm.com/read/391022/8428148

c ktrexe.c

#include "ktr.h" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { MSG msg; char text[]="Error loading DLL!"; char title[
www.eeworm.com/read/185220/9049640

cpp ship.cpp

#include #include "CGDevice.h" #include "CMainManage.h" int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow ) { CMai
www.eeworm.com/read/282431/9094049

cpp textmove.cpp

// TextMove.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "TextWnd.h" int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR
www.eeworm.com/read/179954/9327335

cpp gdisetbatchlimit.cpp

// GdiSetBatchLimit.cpp : Defines the entry point for the application. // #include "stdafx.h" LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ; int WINAPI WinMain (HINSTANCE hInst
www.eeworm.com/read/179954/9327357

cpp gdifulsh.cpp

// GdiFulsh.cpp : Defines the entry point for the application. // #include "stdafx.h" LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ; int WINAPI WinMain (HINSTANCE hInstanc