代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/246383/12733554
c ec.c
# include
# include "resource.h"
# include "expc.c"
BOOL CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInst,HINSTANCE hPrevInst,LPSTR lpCmd,int nShowCmd)
{
www.eeworm.com/read/243130/12960279
txt 模仿鼠标点击和移动 (2001年6月9日).txt
模仿鼠标点击和移动 (2001年6月9日)
本站更新 分类:WinAPI 作者: 推荐: 阅读次数:162
(http://www.codesky.net)
--------------------------------------------------------------------------------
Question: How can I
www.eeworm.com/read/306708/13739955
c mytapi.c
#include
#include
#include "comdial.h"
#include "resource.h"
#define MAXDSZ (256)
MYTAPI mytapi;
HWND ghWnd;
HINSTANCE ghInst;
DWORD WINAPI ReadThread(LPVOID lpPar
www.eeworm.com/read/301902/13846567
cs win32.cs
using System;
using System.Runtime.InteropServices;
namespace WWAM
{
///
/// Win32 的摘要说明。
///
///
/// WinAPI 的摘要说明。
///
public class Win32
www.eeworm.com/read/149476/5698909
cpp mt.cpp
// MT.cpp
#include "StdAfx.h"
#include "../../../../Common/Alloc.h"
#include "MT.h"
static const UInt32 kBlockSize = (1
www.eeworm.com/read/137483/5823985
cpp encodesize.cpp
#include
#include
#include "..\Def\Protocol.h"
int WINAPI fnEncode6BitBufA(unsigned char *pszSrc, char *pszDest, int nSrcLen, int nDestLen)
{
int nDestPos
www.eeworm.com/read/109649/6173236
cpp dllexports.cpp
// DLLExports.cpp
#include "StdAfx.h"
#define INITGUID
#include "Common/ComTry.h"
#include "ByteSwap.h"
#include "../../ICoder.h"
extern "C"
BOOL WINAPI DllMain(HINSTANCE hInstance, DWO
www.eeworm.com/read/105300/6199489
h myntc.h
VOID WINAPI MyNtContinue(PCONTEXT pcntx) {
TCHAR Msg[2088/sizeof(TCHAR)];
PTSTR Info = Msg;
DWORD i;
Info += _stprintf(Info,
_T("%08X=Continue==%08X\r\n"),
GetTickCount(), GetC
www.eeworm.com/read/480150/6678209
cpp pexplorer.cpp
// PExplorer.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "PExplorer.h"
#include "ui/zWinFrame.h"
#include "common/zRegister.h"
int WINAPI WinMain( HI
www.eeworm.com/read/347362/11670985
cpp gifshow.cpp
#include "stdafx.h"
#include "GifShow.h"
DWORD WINAPI ThreadFunc(CGIFShow* ptr)
{
ptr->Play1();
return 0;
}
void CGIFShow::Play()
{
HANDLE hThread;
DWORD ThreadId;
if(m_hWndHDC==