代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/229812/4745120
for ellipse.for
! Display ellipses
*$include winapi.fi
c$noreference
integer*2 function FWINMAIN( hInstance,
& hPrevInstance,
& l
www.eeworm.com/read/195192/5114553
c g2res.c
#include
BOOL WINAPI DllMain( HINSTANCE hInstance, DWORD dwReason, LPVOID lpv)
{
return 1;
}
www.eeworm.com/read/408009/2255231
c windll.c
#include
BOOL WINAPI DllMain (HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
{
return (1);
}
www.eeworm.com/read/372600/2771700
c g2res.c
#include
BOOL WINAPI DllMain( HINSTANCE hInstance, DWORD dwReason, LPVOID lpv)
{
return 1;
}
www.eeworm.com/read/380122/9161884
h mp.h
#ifdef _WIN32
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#include
#define THR_TYPE DWORD WINAPI
static void *__thread_create(DWORD (WINAPI *func)(PVOID),void *arg)
{ retur
www.eeworm.com/read/103743/15724390
patch service.patch
--- service.c.orig Thu Nov 6 07:13:13 2003
+++ service.c Thu Nov 6 07:13:31 2003
@@ -40,8 +40,8 @@
// internal function prototypes
VOID WINAPI service_ctrl(DWORD dwCtrlCode);
VOID WINAPI servic
www.eeworm.com/read/363418/9952181
h newconf.h
#ifndef _NEWCONF_H
#define _NEWCONF_H
#define A_MAX_CONF_CARD_NUM 16
#define A_MAX_CONF_RESOURCE_NUM_PER_CARD 32
#define A_MAX_CONF_RESOURCE_NUM (A_MAX_CONF_RESOURCE_NUM_PER_CA
www.eeworm.com/read/109242/6175278
h main.h
/*
* Copyright 2002 Lionel Ulmer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free
www.eeworm.com/read/235248/14079986
h wininet.h
// UnderC Development Project, 2001
#ifndef _WININET_H
#define _WININET_H
#include
typedef void *HINTERNET;
typedef WORD INTERNET_PORT,*LPINTERNET_PORT;
#define INTERNET_OPEN_TYPE_
www.eeworm.com/read/235247/14080258
h winbase.h
typedef void* LPSECURITY_ATTRIBUTES;
typedef const char* LPCSTR;
WINAPI HANDLE CreateFileA(
LPCSTR lpFileName,
DWORD dwDesiredAccess,
DWORD dwShareMode,
LPSECURITY_ATTRIBUTES l