代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/490329/1203536
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
www.eeworm.com/read/480367/1318818
h pluginloader.h
// PluginLoader.h
#ifndef __PLUGINLOADER_H
#define __PLUGINLOADER_H
#include "Windows/DLL.h"
typedef UINT32 (WINAPI * CreateObjectPointer)(
const GUID *clsID,
const GUID *interface
www.eeworm.com/read/472881/1403212
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/464631/1526170
cpp dllexports2.cpp
// DllExports.cpp
#include "StdAfx.h"
#include "../../Common/MyInitGuid.h"
#include "../ICoder.h"
#include "../Common/RegisterCodec.h"
extern "C"
BOOL WINAPI DllMain(HINSTANCE /* hInst
www.eeworm.com/read/464631/1526728
h pluginloader.h
// PluginLoader.h
#ifndef __PLUGINLOADER_H
#define __PLUGINLOADER_H
#include "Windows/DLL.h"
typedef UINT32 (WINAPI * CreateObjectPointer)(
const GUID *clsID,
const GUID *interface
www.eeworm.com/read/242732/4542537
c secext.c
#include
#define NDEBUG
#include
BOOLEAN
WINAPI
GetComputerObjectNameA (
EXTENDED_NAME_FORMAT extended_name_format,
LPSTR lpstr,
PULONG pulong
)
{
DPRINT1("
www.eeworm.com/read/242732/4543927
c arc.c
#include "precomp.h"
BOOL
WINAPI
Arc(
HDC hDC,
int nLeftRect,
int nTopRect,
int nRightRect,
int nBottomRect,
int nXStartArc,
int nYStartArc,
int nXEndArc,
int nYEndArc
)
{
#if 0
// Handle so
www.eeworm.com/read/235121/4654042
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/234101/4662679
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/229812/4752453
gml defp16.gml
.func DefineUserProc16
.if '&lang' eq 'FORTRAN 77' .do begin
*$include 'winapi.fi'
integer*4 function DefineUserProc16(typ, routine, ...)
integer*4 typ
external routine
.do