代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/392309/2515125
txt 靳42.txt
WinMain函数前的修饰符<mark>WINAPI</mark>的解释,我们使用goto definition功能,发现<mark>WINAPI</mark>其实就是__stdcall。
//// :: std = standard -> 标准
__stdcall与__cdecl是两种不同的函数调用习惯,定义了参数的传递顺序、堆栈清除等。关于它们的详细信息请参看msdn。由于除了那些可变参数的API函数外,其余的API函 ...
www.eeworm.com/read/192685/8362846
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/291870/8391687
h pcrecorddlg.h
// PCRecordDlg.h : 头文件
//
#pragma once
static DWORD WINAPI ThreadFunc(LPVOID lpVoid);
static char *StartRe;
static bool stop;
// CPCRecordDlg 对话框
class CPCRecordDlg : public CDialog
{
// 构
www.eeworm.com/read/289770/8528086
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/383981/8908241
cpp mytest1.cpp
#include
int x=200;
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInst,LPSTR lpszCmdLine,int nCmdShow)
{
HWND hwnd;
MS
www.eeworm.com/read/364910/9888464
h t264encprop.h
#pragma once
interface IProp;
class CT264EncProp : public CBasePropertyPage
{
public:
CT264EncProp(LPUNKNOWN lpunk, HRESULT *phr);
~CT264EncProp();
static CUnknown * WINAPI Cr
www.eeworm.com/read/278884/10495083
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/351177/10675675
c splash.c
#include
#include
#include
#include "splshapi.h"
#include "errorapi.h"
FARPROC pfnSplashInit;
FARPROC pfnSplashExecute;
HINSTANCE hLibrary;
BOOL WINAPI
www.eeworm.com/read/276855/10701624
cpp main.cpp
//
// Main Framework
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "StdAfx.h"
#include "Application.h"
#include "Misc.h"
//
// WinMain
//
int WINAPI WinMain(HIN
www.eeworm.com/read/462567/7200251
cpp mainwind.cpp
#include "MainWind.h"
#include "djctest.h"
CBindCBHttpCallback callBack;
extern MainWind *g_MainWnd;
HWND m_hWnd;
DWORD WINAPI Fun1Proc( LPVOID lpParameter )
{
if(::URLDownloadToFile