代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/135153/5887290
h winctl.h
/* winctl.h*/
/*
* Header file for builtin controls
* This currently includes button, progressbar, listbox, edit
*/
/* entry points*/
int WINAPI MwRegisterButtonControl(HINSTANCE hInstance);
int W
www.eeworm.com/read/125811/6021830
h winctl.h
/* winctl.h*/
/*
* Header file for builtin controls
* This currently includes button, progressbar, listbox, edit
*/
/* entry points*/
int WINAPI MwRegisterButtonControl(HINSTANCE hInstance);
int W
www.eeworm.com/read/109242/6175300
h main.h
/*
* Copyright 2000-2001 TransGaming Technologies Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as
www.eeworm.com/read/109242/6175509
c cpp.c
/* Unit test suite for msvcrt C++ objects
*
* Copyright 2003 Jon Griffiths
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General
www.eeworm.com/read/109109/6176334
h nkidll.h
#ifndef __NKIDLL__
#define __NKIDLL__
#include
#pragma pack( push )
#pragma pack( 1 )
#define SMS_SUB WM_USER + 300 //发送短消息返回,当Sms_Send函数中的bAsyn为True时,短信发送完毕将会向窗口发送的消息
www.eeworm.com/read/105300/6199444
cpp miniglobaldll.cpp
#include
#include
__EXPORT DWORD WINAPI NotMe(DWORD ToNot) {
return (~ToNot);
}
__EXPORT const API_HOOK ApiHookChain[1] = {
{HOOKS_END}
};
www.eeworm.com/read/493100/6406431
h d3dx10tex.h
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
// File: d3dx10tex.h
// Content: D3D
www.eeworm.com/read/492697/6419714
h windef.h
/****************************************************************************
* *
* windef.h -- Basic Windows Type Definitio
www.eeworm.com/read/492697/6419797
inl winbase.inl
/* Copyright (c) 2001-2004, Microsoft Corp. All rights reserved. */
#if _MSC_VER > 1000
#pragma once
#endif
#if defined(__cplusplus)
extern "C" {
#endif
#if !defined(RC_INVOKED) /* RC c
www.eeworm.com/read/487786/6508778
h commondatatype.h
#ifndef COMMONDATATYPE_H
#define COMMONDATATYPE_H
//capture and preview information
struct CapInfoStruct {
UCHAR *Buffer;
ULONG Height;
ULONG Width;
ULONG Horizont