代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/441748/7666037
cpp main.cpp
#include "gengine.h"
#define SCREENW 640
#define SCREENH 480
#define COLORDEPTH 16
#define APPNAME "X"
HWND hScreen;
HINSTANCE hInst;
BOOL bActive;
long FAR WINAPI WindowProc(HWND hWnd,
www.eeworm.com/read/197685/7976322
c view.c
#include "defs.h"
CHAR szAppName[]="picking1";
#define WIDTH 600
#define HEIGHT 600
LONG WINAPI MainWndProc (HWND, UINT, WPARAM, LPARAM);
BOOL bSetupPixelFormat(HDC);
GLvoid resize(GL
www.eeworm.com/read/296557/8095754
cpp waveout.cpp
#include "stdafx.h"
#include "WaveOut.h"
#pragma comment(lib,"Winmm")
DWORD CWaveOut::s_dwInstance = 0;
//线程处理
DWORD WINAPI CWaveOut::AudioOutThreadProc(LPVOID lpParameter)
{
CWaveOut *pWa
www.eeworm.com/read/242302/13078190
txt 如何向标准输出写unicode字符.txt
在 WinAPI中 用 于 Unicode的 函 数
例 如 :
Declare Function CreateWindowEx Lib "user32" Alias "CreateWindowExA"
(ByVal dwExStyle As Long, ByVal lpClassName As String, ByVal lpWindowName
www.eeworm.com/read/138271/13243314
c splash.c
#include
#include
#include
#include "splshapi.h"
#include "errorapi.h"
FARPROC pfnSplashInit;
FARPROC pfnSplashExecute;
HINSTANCE hLibrary;
BOOL WINAPI
www.eeworm.com/read/308019/13711117
cpp wz_um.cpp
#include "WZ_UM.h"
BOOL WINAPI DllMain (HANDLE hDllInst, DWORD dwReason, LPVOID lpReserved)
{
switch (dwReason) {
case DLL_PROCESS_ATTACH :
break;
case DLL_PROCESS_DETACH :
br
www.eeworm.com/read/306708/13739953
c comdial.c
#include
#include "comdial.h"
#include "resource.h"
extern MYTAPI mytapi;
extern HWND ghWnd;
extern HINSTANCE ghInst;
extern DWORD WINAPI ReadThread(LPVOID lpParams);
//000***
www.eeworm.com/read/137483/5824075
cpp threadfuncformsg.cpp
#include "stdafx.h"
extern HWND g_hStatusBar;
extern SOCKET g_csock;
extern CWHQueue g_xMsgQueue;
extern CWHList g_xSessionList;
DWORD WINAPI ThreadFun
www.eeworm.com/read/135153/5887362
c ptinsid.c
#include "windows.h"
#include "wintools.h"
BOOL WINAPI
PtInsideWindow(HWND hwnd,UINT x,UINT y)
{
/* Determine whether or not the position ( x, y) is contained */
/* within the control's client re
www.eeworm.com/read/131762/5927997
c ptinsid.c
#include "windows.h"
#include "wintools.h"
BOOL WINAPI
PtInsideWindow(HWND hwnd,UINT x,UINT y)
{
/* Determine whether or not the position ( x, y) is contained */
/* within the control's client re