代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/386035/2576732
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/377159/2705159
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/361993/2941154
cpp dbthreaddll.cpp
#define UNICODE
#define _DLLEXPORT_
#include "db.h"
#include "dbclass.h"
#include "dbthreadfactory.h"
HINSTANCE g_hDllInst = NULL;
BOOL WINAPI DllMain(
HINSTANCE hDllInst,
www.eeworm.com/read/162509/5547355
cpp threadfuncforcomm.cpp
#include "stdafx.h"
BOOL jRegGetKey(LPCTSTR pSubKeyName, LPCTSTR pValueName, LPBYTE pValue);
VOID WINAPI OnTimerProc(HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
{
switch (idEvent)
www.eeworm.com/read/161438/5553923
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/154595/5636032
cpp 0x10.cpp
#include "stdafx.h"
extern HANDLE g_hExitEvent;
//////////////////////////////////////////////////////////////
//
// 通过调用 ShellExecute 函数创建一个进程
//
BOOL
WINAPI
RCAID_0X10_HANDLER(
SOC
www.eeworm.com/read/475170/6793775
txt 1.txt
#include
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInst,LPSTR lpszCmdLine,int nCmdShow)
{
HWND hwnd;
MSG Msg;
WNDC
www.eeworm.com/read/474200/6816448
cpp 0x10.cpp
#include "stdafx.h"
extern HANDLE g_hExitEvent;
//////////////////////////////////////////////////////////////
//
// 通过调用 ShellExecute 函数创建一个进程
//
BOOL
WINAPI
RCAID_0X10_HANDLER(
SOC
www.eeworm.com/read/474200/6816511
cpp 0x10.cpp
#include "stdafx.h"
extern HANDLE g_hExitEvent;
//////////////////////////////////////////////////////////////
//
// 通过调用 ShellExecute 函数创建一个进程
//
BOOL
WINAPI
RCAID_0X10_HANDLER(
SOC
www.eeworm.com/read/171829/9735665
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