代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/357532/3014874
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/357532/3014964
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/162509/5547401
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/158793/5594757
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/158106/5598499
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/292643/8343511
cpp main.cpp
#include
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPreInstance,
LPSTR lpCmdLine, int mCmdShow )
{
MessageBox ( NULL, "你好,我的Visual C++世界!", "问候", 0 );
return 0;
}
www.eeworm.com/read/171704/9741949
c victest.c
#include
#include
#include "resource.h"
#include "TVicHW32.h"
// functions declaration
int WINAPI WinMain(HINSTANCE , HINSTANCE , LPSTR, int);
LRESULT CALLBACK
www.eeworm.com/read/413155/11164756
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/202201/15389941
cpp exam.cpp
#include
#include
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);//窗口函数说明
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInst,
LPSTR IpszCmdLine,
www.eeworm.com/read/112970/15473321
~cpp fielder.~cpp
#include
#pragma hdrstop
USERES("Fielder.res");
USEFORM("Main.cpp", Form1);
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
try
{
Application->Initialize();
Applica