代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/414605/2143886
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/411577/2185945
c modifyme.c
#include
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{
int a = 0;
int b = 1;
if ( a != b )
{
MessageBox(NULL, "Bad Pytho
www.eeworm.com/read/407833/2257904
h phys32.h
#ifndef PHYS32_H
#define PHYS32_H
extern DWORD (WINAPI *VxDCall)(DWORD Service, DWORD EAX_Reg, DWORD ECX_Reg);
#endif
www.eeworm.com/read/407447/2263970
c evironment.c
#include
#include
#include
//GetEnvironmentStrings
LPVOID WINAPI GetEnvironmentStrings(void)
{
printf("GetEnvironmentStrings()\n");
return "os=SGOS\0\0
www.eeworm.com/read/407447/2263977
c pipe.c
#include
#include
#include
//
BOOL WINAPI CreatePipe(
PHANDLE hReadPipe,
PHANDLE hWritePipe,
LPSECURITY_ATTRIBUTES lpPipeAttributes,
DWORD nSize
){
www.eeworm.com/read/407447/2263987
c file.c
#include
#include
#include
//创建目录
BOOL WINAPI CreateDirectoryA(
LPCSTR lpPathName,
LPSECURITY_ATTRIBUTES lpSecurityAttributes
){
printf("CreateDirectory
www.eeworm.com/read/398200/2383382
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/392724/2491812
h phys32.h
#ifndef PHYS32_H
#define PHYS32_H
extern DWORD (WINAPI *VxDCall)(DWORD Service, DWORD EAX_Reg, DWORD ECX_Reg);
#endif
www.eeworm.com/read/384529/2598955
h phys32.h
#ifndef PHYS32_H
#define PHYS32_H
extern DWORD (WINAPI *VxDCall)(DWORD Service, DWORD EAX_Reg, DWORD ECX_Reg);
#endif
www.eeworm.com/read/161438/5553446
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-