代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/119169/14837939
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/114100/15111612
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/213892/15122952
h balloon.h
// Balloon.h : Declaration of the CBalloon
#ifndef __BALLOON_H_
#define __BALLOON_H_
#include "resource.h" // main symbols
inline
HRESULT WINAPI _This(void* pv, REFIID iid, void** ppv
www.eeworm.com/read/213892/15123030
cpp container.cpp
// Container.cpp : Defines the entry point for the application.
#include "stdafx.h"
#include "resource.h"
#include "mainwnd.h"
// Required ATL module
CComModule _Module;
int WINAPI WinMain
www.eeworm.com/read/213892/15123220
cpp letterbox.cpp
// LetterBox.cpp : Defines the entry point for the application.
#include "stdafx.h"
#include "resource.h"
#include "mainwnd.h"
// Required ATL module
CComModule _Module;
int WINAPI WinMain
www.eeworm.com/read/212209/15163635
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/14250/324582
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/14466/382122
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/14724/404135
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/490329/1203508
cpp win_idle.cpp
// Class for sending idle messages to a window
#include "stdafx.h"
#include "win_idle.h"
// Stub function to get into the object's main thread loop
DWORD WINAPI CWinIdle::ThreadStub(LPVOID pId