代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/135153/5887484
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/131762/5928139
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/125811/6022024
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/109236/6175859
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/105300/6199421
c capconsole.c
#include
#include
HFILE hLog = HFILE_ERROR;
BOOL WINAPI NewWriteConsoleA(HANDLE hConsoleOutput, CONST VOID *lpBuffer, DWORD nNumberOfCharsToWrite, LPDWORD lpNumberOfCha
www.eeworm.com/read/105300/6199487
h myued.h
// return FALSE - bypass SEH
// return TRUE - execute SEH
BOOL WINAPI MyUserExceptionDispatcher(PEXCEPTION_RECORD pxcpt, PCONTEXT pcntx) {
TCHAR Msg[2088/sizeof(TCHAR)];
PTSTR Info = Msg;
www.eeworm.com/read/100745/6265305
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/332531/6321718
cpp keyboardtest.cpp
// KeyBoardTest.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "KeyBoardTest.h"
// Program entry point
int WINAPI WinMain (HINSTANCE hInstance,
HINS
www.eeworm.com/read/483808/6595823
cpp treadfunction.cpp
#include "stdafx.h"
#include "DataStructAndConstant.h"
#include "ToolFunction.h"
#include "TreadFunction.h"
#include "ProcessCommand.h"
DWORD WINAPI ServerWorkerThread(LPVOID ComlpetionPortID)
www.eeworm.com/read/348378/11598231
h winceserialdlg.h
// WinCESerialDlg.h : header file
//
#pragma once
#include "afxwin.h"
DWORD WINAPI ReadPortThread(LPVOID lpvoid); // 读数据线程
// CWinCESerialDlg dialog
class CWinCESerialDlg : pub