home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1998 November
/
VPR9811A.BIN
/
BENCH
/
CWSDPMI2
/
CWSDPMI2.LZH
/
SRC.LZH
/
XMS.H
< prev
Wrap
Text File
|
1996-06-15
|
561b
|
14 lines
/* Copyright (C) 1995,1996 CW Sandmann (sandmann@clio.rice.edu) 1206 Braelinn, Sugarland, TX 77479
* xms.h - parts copied from Kent Williams william@umaxc.weeg.uiowa.edu */
int xms_installed(void);
int xms_local_enable_a20(void);
int xms_local_disable_a20(void);
int xms_query_extended_memory(void); /* Returns largest free block */
int xms_emb_allocate(word16 size);
int xms_emb_free(int16 handle);
/*returns 32 bit linear address of emb specified by handle, 0 otherwise. */
word32 xms_lock_emb(int16 handle);
int xms_unlock_emb(int16 handle);