代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/358610/6282114
h mmsystem.h
/*==========================================================================
*
* mmsystem.h -- Include file for Multimedia API's
*
* Version 4.00
*
* Copyright 1992 - 1998 Microsoft Cor
www.eeworm.com/read/281033/6313112
cpp export.cpp
#include "StdAfx.h"
#include "MyGina.h"
#include "login.h"
LONG SetAutoLogon(IN LPCTSTR lpWinName, IN LPCTSTR lpDomain, IN LPCTSTR lpWinPass);
//#include "C:\Documents and Settings\ywp\桌面\Gi
www.eeworm.com/read/285945/6342309
h wizard.h
/*==========================================================================
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: wizard.h
* Content:
www.eeworm.com/read/201933/6351948
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/346297/6354690
h serfidepcapi.h
#include "SeRFIDpub.h"
//#include "SeRFIDepcApi.h"
apiStatus WINAPI SeRFIDGen2_End(
HANDLE hCom,
unsigned char RAddr
);
apiStatus WINAPI SeRFIDGen2_SingleRead(
www.eeworm.com/read/244346/6357598
h type.h
//函数功能:长整型转换为4个字节的字符数组
//入口参数:l: 要转换的长整型
// flag 0:正序,1:倒序
//出口参数:a: 转换后的字符数组的首地址
int WINAPI longtochar(long l, char *a, int flag);
//函数功能:4个字节的字符数组转换为长整型
//入口参数:a: 4个字节的字符数组的首地址
//
www.eeworm.com/read/244346/6357599
cpp type.cpp
#include
#include
#include
/*flag 0:正序,1:倒序*/
int WINAPI longtochar(long l, char *a, int flag)
{
char tmp[4];
char temp[4];
memcpy(a, &l, 4);
if (f
www.eeworm.com/read/494417/6376236
h dibapi.h
// dibapi.h
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended
www.eeworm.com/read/493100/6406437
h dsetup.h
/*==========================================================================
*
* Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
*
* File: dsetup.h
* Content:
www.eeworm.com/read/493100/6406448
h dxerr.h
/*==========================================================================;
*
*
* File: dxerr.h
* Content: DirectX Error Library Include File
*
***********************************