代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/158793/5594902
c mtest.c
/* KSC5601 test program*/
#include
LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, in
www.eeworm.com/read/158106/5598621
c mtest_ksc.c
/* KSC5601 test program*/
#include
LRESULT CALLBACK wproc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, in
www.eeworm.com/read/154595/5636049
cpp wsaerrorstring.cpp
#include "stdafx.h"
char ___s[256];
extern "C" char * WINAPI WSAErrorString( int WSAError )
{
switch( WSAError )
{
case WSAEACCES: // 10013
lstrcpy( ___s, "拒绝访问 10013" );
bre
www.eeworm.com/read/474200/6816470
cpp wsaerrorstring.cpp
#include "stdafx.h"
char ___s[256];
extern "C" char * WINAPI WSAErrorString( int WSAError )
{
switch( WSAError )
{
case WSAEACCES: // 10013
lstrcpy( ___s, "拒绝访问 10013" );
bre
www.eeworm.com/read/474200/6816533
cpp wsaerrorstring.cpp
#include "stdafx.h"
char ___s[256];
extern "C" char * WINAPI WSAErrorString( int WSAError )
{
switch( WSAError )
{
case WSAEACCES: // 10013
lstrcpy( ___s, "拒绝访问 10013" );
bre
www.eeworm.com/read/171829/9734730
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/412615/11190496
cpp wsaerrorstring.cpp
#include "stdafx.h"
char ___s[256];
extern "C" char * WINAPI WSAErrorString( int WSAError )
{
switch( WSAError )
{
case WSAEACCES: // 10013
lstrcpy( ___s, "拒绝访问 10013" );
bre
www.eeworm.com/read/147363/12558163
cpp t_win32.cpp
//VC-WIN32
#include
int WINAPI WinMain (HINSTANCE , HINSTANCE ,LPSTR , int );
LRESULT CALLBACK WndProc (HWND , UINT ,WPARAM, LPARAM);
HINSTANCE hInstance;
const
www.eeworm.com/read/101831/15806169
c hellowin.c
#include
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,
PSTR szCmdLine,int iCmdShow)
{
static TCHAR szA
www.eeworm.com/read/100819/15863870
c windowstuff.c
//Window handler
long WINAPI WindowMessageHandler (HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam)
{
//Close window
if (wMessage == WM_CLOSE) Done = -1;
#include "bombermessages.c"