代码搜索:WinAPI
找到约 4,315 项符合「WinAPI」的源代码
代码结果 4,315
www.eeworm.com/read/414605/2143723
c fastfill.c
#include "windows.h"
#include "wintools.h"
/*
* WIN Draw Library
* Fast fill rectangle
*/
/*
* fast fill background (works with non-dithered colors only)
*/
void WINAPI
FastFillRect(HDC hdc,LPRE
www.eeworm.com/read/409919/2228438
bas test.bas
#COMPILE EXE
#IF NOT %DEF(%WINAPI)
#INCLUDE "WIN32API.INC"
#ENDIF
#INCLUDE "PB.INC"
FUNCTION PBMAIN()
MSGBOX "Begin", %MB_ICONINFORMATION, "CRC Example"
CRC_BEGIN
MSGBOX "Und
www.eeworm.com/read/409919/2228591
bas frmregistration.bas
#IF NOT %DEF(%WINAPI)
#INCLUDE "WIN32API.INC"
#ENDIF
#INCLUDE "aspr_api.pb"
%IDD_frmRegistration = 101
%IDC_tRegName = 1001
%IDC_btnRegCancel = 1002
%IDC_btnRegOk
www.eeworm.com/read/407447/2263980
c process.c
#include
#include
#include
//Ends the calling process and all its threads.
VOID WINAPI ExitProcess(
UINT uExitCode
){
printf("ExitProcess: %d\n", uExitCode
www.eeworm.com/read/398200/2383234
c fastfill.c
#include "windows.h"
#include "wintools.h"
/*
* WIN Draw Library
* Fast fill rectangle
*/
/*
* fast fill background (works with non-dithered colors only)
*/
void WINAPI
FastFillRect(HDC hdc,LPRE
www.eeworm.com/read/392315/2512935
py windows.py
'''
Low level Skype for Windows interface implemented
using Windows messaging. Uses direct WinAPI calls
through ctypes module.
This module handles the options that you can pass to L{ISkype.__init__
www.eeworm.com/read/391110/2523457
h handlerloader.h
// HandlerLoader.h
#ifndef __HANDLERLOADER_H
#define __HANDLERLOADER_H
#include "../../ICoder.h"
#include "Windows/DLL.h"
typedef UInt32 (WINAPI * CreateObjectFunc)(
const GUID *clsID,
www.eeworm.com/read/390783/2525219
cpp wavein.cpp
#include "stdafx.h"
#include "WaveIn.h"
#include "math.h"
//#pragma comment(lib,"Winmm")
DWORD CWaveIn::s_dwInstance = 0;
DWORD WINAPI CWaveIn::AudioInThreadProc(LPVOID lpParameter)
{
//TR
www.eeworm.com/read/390783/2525230
cpp wavein.cpp
#include "stdafx.h"
#include "WaveIn.h"
#include "math.h"
#pragma comment(lib,"Winmm")
DWORD CWaveIn::s_dwInstance = 0;
DWORD WINAPI CWaveIn::AudioInThreadProc(LPVOID lpParameter)
{
//TRAC
www.eeworm.com/read/372723/2769799
c fastfill.c
#include "windows.h"
#include "wintools.h"
/*
* WIN Draw Library
* Fast fill rectangle
*/
/*
* fast fill background (works with non-dithered colors only)
*/
void WINAPI
FastFillRect(HDC hdc,LPRE