代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/287799/4017118
cpp service_main.cpp
#include
SERVICE_STATUS_HANDLE ssh;
SERVICE_STATUS ss;
void WINAPI Handler(DWORD Opcode)
{
switch(Opcode)
{
case SERVICE_CONTROL_STOP: //停止Service
//Mycode();//这儿可放入用户
www.eeworm.com/read/286235/4041090
c tablelib.c
#include
#include
#include
#include
#include
//typedef HTABLE (WINAPI * PTB_CREATE_EX)( LPCTSTR lpcszFileName, DWORD dwAccess, DWORD
www.eeworm.com/read/274099/4189193
c smbrdr.c
// SMBRDR.C
#ifndef UNICODE
#define UNICODE
#endif
#include
#include
#include
#include "srfunc.h"
#include "resource.h"
int WINAPI WinMain(
HINS
www.eeworm.com/read/448227/1690819
cpp main.cpp
#include
#include
#include
UINT WINAPI Thread(LPVOID context)
{
printf("Enter Thread\n");
//等待5秒
OVERLAPPED overlap={0};
overlap.hEvent = CreateEvent(NU
www.eeworm.com/read/440405/1798581
cpp main.cpp
#include
#include
#include
UINT WINAPI Thread(LPVOID context)
{
printf("Enter Thread\n");
//等待5秒
OVERLAPPED overlap={0};
overlap.hEvent = CreateEvent(NU
www.eeworm.com/read/407447/2263988
c exception.c
#include
#include
#include
//设置进程处理异常的函数指针
LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetUnhandledExceptionFilter(
LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionF
www.eeworm.com/read/399285/2362504
cpp main.cpp
#include
#include
#include
UINT WINAPI Thread(LPVOID context)
{
printf("Enter Thread\n");
//等待5秒
OVERLAPPED overlap={0};
overlap.hEvent = CreateEvent(NU
www.eeworm.com/read/391110/2522811
cpp dllexports.cpp
// DLLExports.cpp
#include "StdAfx.h"
#include "Common/MyInitGuid.h"
#include "Common/ComTry.h"
#include "ByteSwap.h"
#include "../../ICoder.h"
extern "C"
BOOL WINAPI DllMain(HINSTANCE hI
www.eeworm.com/read/386984/2564779
cpp main.cpp
#include
#include
#include
UINT WINAPI Thread(LPVOID context)
{
printf("Enter Thread\n");
//等待5秒
OVERLAPPED overlap={0};
overlap.hEvent = CreateEvent(NU
www.eeworm.com/read/359446/2976241
cpp main.cpp
#include
#include
#include
UINT WINAPI Thread(LPVOID context)
{
printf("Enter Thread\n");
//等待5秒
OVERLAPPED overlap={0};
overlap.hEvent = CreateEvent(NU