代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/308839/3711801
h sdmmc_load.h
BOOL WINAPI SML_DllEntry(HANDLE ,DWORD ,LPVOID );
DWORD SML_Open (DWORD , DWORD , DWORD ) ;
BOOL SML_Close(DWORD ) ;
DWORD SML_Read (DWORD , LPVOID , DWORD );
DWORD SML_Write(DWORD , LPCVO
www.eeworm.com/read/286235/4041084
c apilib.c
#include
#include
#include
#ifdef CALL_TRAP
HANDLE WINAPI API_Register( UINT uiServerId, const PFNVOID * lpfn, UINT uiOptions )
{
CALLTRAP cs;
cs.apiI
www.eeworm.com/read/361993/2940044
cpp accept.cpp
#include "accept.h"
#include "main_msg_que.h"
#include "network.h"
#include "worker.h"
#include
unsigned int WINAPI AcceptThread(LPVOID lpVoid);
HANDLE g_hAcceptThread = NULL;
www.eeworm.com/read/263000/4306856
h sdmmc_load.h
BOOL WINAPI SML_DllEntry(HANDLE ,DWORD ,LPVOID );
DWORD SML_Open (DWORD , DWORD , DWORD ) ;
BOOL SML_Close(DWORD ) ;
DWORD SML_Read (DWORD , LPVOID , DWORD );
DWORD SML_Write(DWORD , LPCVO
www.eeworm.com/read/261496/4321567
h sdmmc_load.h
BOOL WINAPI SML_DllEntry(HANDLE ,DWORD ,LPVOID );
DWORD SML_Open (DWORD , DWORD , DWORD ) ;
BOOL SML_Close(DWORD ) ;
DWORD SML_Read (DWORD , LPVOID , DWORD );
DWORD SML_Write(DWORD , LPCVO
www.eeworm.com/read/259928/4335785
h recursive.h
#ifndef _RECURSIVE_H
#define _RECURSIVE_H
extern "C" static VOID WINAPI recursive_create_dir(LPCTSTR dir)
{
CString str(dir);
CString path;
int idx = 0;
while(1)
{
idx = str.Find(
www.eeworm.com/read/259928/4335839
cpp net_utils.cpp
#include "stdafx.h"
#include "net_utils.h"
extern "C" VOID WINAPI recursive_create_dir(LPCTSTR dir)
{
CString str(dir);
CString path;
int idx = 0;
while(1)
{
idx = str.Find('\\');
www.eeworm.com/read/259928/4335873
cpp alarm server.cpp
#include "stdafx.h"
#include "net_cmd.h"
#include "net_cmdtcp.h"
#include "alarm server.h"
extern FILE *fppppp;
DWORD WINAPI ListenServerThread(LPVOID pnet)
{
net_alarmserver * p = (net_a
www.eeworm.com/read/255218/4378817
h aclapi.h
#ifndef _ACLAPI_H
#define _ACLAPI_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#include
#include
#ifdef __cplusplus
extern "C" {
#endif
VOID WINAPI BuildExplicitAcce
www.eeworm.com/read/267677/11169108
cpp windowapp.cpp
#include "WindowApp.h"
COpenGL g_opengl;
extern HWND g_h_wnd;
extern HINSTANCE g_h_instance;
extern int g_cmd_show;
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,