代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/199129/7885812
cpp mydll.cpp
// MyDll.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
extern "C"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_cal
www.eeworm.com/read/299009/7900531
h setupapi.h
/*++
Copyright 1995 - 1998 Microsoft Corporation
Module Name:
setupapi.h
Abstract:
Public header file for Windows NT Setup services Dll.
Revision History:
--*/
#ifndef
www.eeworm.com/read/297079/8054401
h lmapibuf.h
#ifndef _LMAPIBUF_H
#define _LMAPIBUF_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD,PVOID*);
NET_API_STAT
www.eeworm.com/read/297079/8054422
h dde.h
#ifndef _DDE_H
#define _DDE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define WM_DDE_FIRST 0x03E0
#define WM_DDE_INITIATE (WM_DDE_FIRST)
#define WM_DD
www.eeworm.com/read/297079/8054436
h secext.h
#ifndef _SECEXT_H
#define _SECEXT_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifndef RC_INVOKED
#if (_WIN32_WINNT >= 0x0500)
typedef enum
{
NameU
www.eeworm.com/read/297079/8054467
h lmmsg.h
#ifndef _LMMSG_H
#define _LMMSG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define MSGNAME_NOT_FORWARDED 0
#define MSGNAME_FORWARDED_TO 4
#define MSGNA
www.eeworm.com/read/297079/8054620
h lmchdev.h
#ifndef _LMCHDEV_H
#define _LMCHDEV_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define CHARDEVQ_NO_REQUESTS (-1)
#define CHARDEV_CLOSE 0
#define CHARDE
www.eeworm.com/read/244182/12879383
h znetserverdlg.h
// ZNetServerDlg.h : header file
//
#if !defined(AFX_ZNETSERVERDLG_H__78C74F09_FA01_49D7_BD4B_92EC7AAFB955__INCLUDED_)
#define AFX_ZNETSERVERDLG_H__78C74F09_FA01_49D7_BD4B_92EC7AAFB955__INCLUDED_
www.eeworm.com/read/142917/12908129
h ch341pt.h
// 2005.07.28
//****************************************
//** Copyright (C) W.ch 1999-2005 **
//** Web: http://www.winchiphead.com **
//****************************************
//** DLL
www.eeworm.com/read/241102/13169676
h setupapi.h
/*++
Copyright 1995 - 1998 Microsoft Corporation
Module Name:
setupapi.h
Abstract:
Public header file for Windows NT Setup services Dll.
Revision History:
--*/
#ifndef