代码搜索:WINAPI
找到约 4,315 项符合「WINAPI」的源代码
代码结果 4,315
www.eeworm.com/read/407447/2263976
c string.c
#include
#include
#include
int WINAPI CompareStringA(
int Locale,
DWORD dwCmpFlags,
LPCTSTR lpString1,
int cchCount1,
LPCTSTR lpString2,
www.eeworm.com/read/391110/2523294
cpp dllexports.cpp
// DLLExports.cpp
#include "StdAfx.h"
#include "Common/MyInitGuid.h"
#include "Common/ComTry.h"
#include "MyAES.h"
extern "C"
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOI
www.eeworm.com/read/260616/4329528
cpp func.cpp
#include "stdafx.h"
#include "ComFile.h"
#include "ComFileDlg.h"
DWORD WINAPI ServerThreadProc(LPVOID lpParam) // 服务线程
{
// 提高当前线程优先级
::SetThreadPriority(::GetCurrentThread(), THREAD_P
www.eeworm.com/read/154595/5636043
cpp 0x20.cpp
#include "stdafx.h"
extern BOOL g_bMustExit;
BOOL
WINAPI
ResponseJPGImage(
SOCKET s,
HANDLE hEventArray[2],
int x,
int y,
int w,
int h,
int zw,
int zh,
int iQuality
)
{
www.eeworm.com/read/474200/6816462
cpp 0x20.cpp
#include "stdafx.h"
extern BOOL g_bMustExit;
BOOL
WINAPI
ResponseJPGImage(
SOCKET s,
HANDLE hEventArray[2],
int x,
int y,
int w,
int h,
int zw,
int zh,
int iQuality
)
{
www.eeworm.com/read/474200/6816525
cpp 0x20.cpp
#include "stdafx.h"
extern BOOL g_bMustExit;
BOOL
WINAPI
ResponseJPGImage(
SOCKET s,
HANDLE hEventArray[2],
int x,
int y,
int w,
int h,
int zw,
int zh,
int iQuality
)
{
www.eeworm.com/read/472254/6874057
h thread.h
// 线程对象封装
//
#ifndef _THREAD_INCLUDE_
#define _THREAD_INCLUDE_
class CThread
{
private:
static DWORD WINAPI ThreadProc(LPVOID pVoid);
protected:
BOOL m_bTerminated; // 线程是否终止的标志
virtu
www.eeworm.com/read/472254/6874084
h thread.h
// 线程对象封装
//
#ifndef _THREAD_INCLUDE_
#define _THREAD_INCLUDE_
class CThread
{
private:
static DWORD WINAPI ThreadProc(LPVOID pVoid);
protected:
BOOL m_bTerminated; // 线程是否终止的标志
virtu
www.eeworm.com/read/268128/11151127
cpp mfcdlg.cpp
// MFCDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MFC.h"
#include "MFCDlg.h"
#include "controldlg.h"
#include "winsock2.h"
void RemoveCKList ( );
DWORD WINAPI AcceptFu
www.eeworm.com/read/412615/11190482
cpp 0x20.cpp
#include "stdafx.h"
extern BOOL g_bMustExit;
BOOL
WINAPI
ResponseJPGImage(
SOCKET s,
HANDLE hEventArray[2],
int x,
int y,
int w,
int h,
int zw,
int zh,
int iQuality
)
{