代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/179954/9327446
cpp getbkcolor.cpp
// GetBkColor.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance,
www.eeworm.com/read/179954/9327494
cpp polypolygon.cpp
// PolyPolygon.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance,
www.eeworm.com/read/179954/9327556
cpp drawfocusrect.cpp
// DrawFocusRect.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstanc
www.eeworm.com/read/375295/9365077
cpp ftp_file.cpp
// Ftp_File.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
typedef int (WINAPI *RTFCONVEX) ( LPCTSTR pSrcFileName, LPCTSTR pDstFileName,
int nSrcC
www.eeworm.com/read/278558/10527943
h propdialog.h
#ifndef SIZE_SELECT__DIALOG
#define SIZE_SELECT__DIALOG
class SizeSelect_Dialog : public CBasePropertyPage
{
public:
// create an instance
static CUnknown* WINAPI CreateInstance (LP
www.eeworm.com/read/397331/8055316
cpp showpic.cpp
// ShowPic.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "PIcDlg.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR
www.eeworm.com/read/146080/12679396
cpp read.cpp
// read.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "Wincrypt.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR
www.eeworm.com/read/144017/12822934
cpp missingdll.cpp
#include
BOOL WINAPI DllMain(HANDLE hinstDLL, DWORD dwReason, LPVOID lpvReserved)
{
switch(dwReason)
{
case DLL_PROCESS_ATTACH:
MessageBox(NULL, _T("Dll
www.eeworm.com/read/329444/12954520
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/311176/13634109
cpp 7pro.cpp
// Evade.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "GameWnd.h"
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTST