代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/117454/14919772
cpp workerthread.cpp
#include "stdafx.h"
#include "sivfax.h"
#include "exports.h"
#include "global.h"
int ProcessDialogicEvent();
int ProcessSystemEvent();
DWORD WINAPI WorkerThread(LPVOID lpParam)
{
BOOL bRe
www.eeworm.com/read/206867/15287536
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/480367/1318688
cpp consoleclose.cpp
// ConsoleClose.cpp
#include "StdAfx.h"
#include "ConsoleClose.h"
static int g_BreakCounter = 0;
static const int kBreakAbortThreshold = 2;
namespace NConsoleClose {
static BOOL WINAPI
www.eeworm.com/read/472283/1411990
cpp resourcece.cpp
#include "stdafx.h"
#include "resourceCE.h"
typedef BOOL (*EnumResCallBack) (HMODULE hModule, LPTSTR lpszType, LONG_PTR lParam );
#if 0
LONG WINAPI LdrFindResourceDirectory_U( HMODULE hmod,
www.eeworm.com/read/464631/1526598
cpp consoleclose.cpp
// ConsoleClose.cpp
#include "StdAfx.h"
#include "ConsoleClose.h"
static int g_BreakCounter = 0;
static const int kBreakAbortThreshold = 2;
namespace NConsoleClose {
static BOOL WINAPI
www.eeworm.com/read/459598/1567924
c video_driver.c
#include
#include
#include "SVEngine.h"
BOOL
WINAPI
DllEntry(HINSTANCE hinstDll, DWORD dwReason, LPVOID lpReserved)
{
if (dwReason == DLL_PROCESS_ATTACH)
{
//DEBUGREG
www.eeworm.com/read/247871/4473305
cpp consoleclose.cpp
// ConsoleClose.cpp
#include "StdAfx.h"
#include "ConsoleClose.h"
static int g_BreakCounter = 0;
static const int kBreakAbortThreshold = 2;
namespace NConsoleClose {
static BOOL WINAPI
www.eeworm.com/read/242732/4539107
h ttelhndl.h
#ifndef __TTELHNDL_H
#define __TTELHNDL_H
#include "tparser.h"
#include "tnetwork.h"
DWORD WINAPI telProcessNetwork(LPVOID lpParameter);
class TTelnetHandler {
private:
int iTermSet;
i
www.eeworm.com/read/242732/4541493
c winver.c
#include
#include
int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) {
static const WCHAR szROS[] = { 'R','e','a','c','t','
www.eeworm.com/read/242732/4545710
c surface_thunk.c
#include "../rosdraw.h"
HRESULT WINAPI
Thunk_DDrawSurface3_QueryInterface(LPDIRECTDRAWSURFACE3 iface, REFIID iid,
LPVOID *ppObj)
{
DX_WINDBG_trace();
return Main_DDrawSu