代码搜索:xms
找到约 671 项符合「xms」的源代码
代码结果 671
www.eeworm.com/read/163634/10152060
lib xms.lib
www.eeworm.com/read/163634/10152066
h xms.h
#ifndef _XMS_H_
#define _XMS_H_
/*
DM&P XMS Library.
Copyright (C) 2002 by DM&P.
This library is for DM&P product user only.
*/
#ifdef __cplusplus
extern "C" {
#endif
#define X
www.eeworm.com/read/163541/10154449
c xms.c
#ifndef XCGXMSH
#define XCGXMSH
#pragma inline
#include
#include
#include
#include"myerro.c"
static void far *XMSaddr=NULL;
static struct XMSEMB
{
unsigned lo
www.eeworm.com/read/161034/10461812
asm xms.asm
; name XMSDriver
.model small,c
.code
public XMSDriver
XMSDriver proc XMSPtr: far ptr
mov ah,00h
call [XMSPtr]
mov
www.eeworm.com/read/278099/10569526
c xms.c
/* +++Date last modified: 05-Jul-1997 */
/*
** XMS.C
**
** Routines to use Extended Memory from a DOS program.
** NOTE: Uses inline assembly language.
**
** Released to the public domain by C
www.eeworm.com/read/278099/10571787
h xms.h
/* +++Date last modified: 05-Jul-1997 */
/*
** XMS.H
**
** Header file for Extended Memory routines in XMS.C.
*/
#ifndef _XMS_H
#define _XMS_H
int XMSinit(void);
int XMSversion(void);
www.eeworm.com/read/276845/10702482
cpp xms.cpp
#include
#include
#include
#include
#include "xms.h"
int XMS::OK=0;
static void far *XMSaddr;
int XMS::Init(void)
{
static struct REGPACK rg;
www.eeworm.com/read/276845/10702522
h xms.h
#ifndef _DEF_XMS_H
#define _DEF_XMS_H
#include
struct EMB
{
long Leng; //长度
unsigned SourceHandle; //源句柄
long SourceOfs; //偏移量
unsigned DestinHa
www.eeworm.com/read/349288/10838234
rar xms.rar
www.eeworm.com/read/470672/6905697
cpp xms.cpp
#include "xms.h"
#include
#include
XMS::XMS()
{
Init();
}
XMS::XMS(WORD length)
{
Init();
if(status != 0)
return;
Allocate(length