Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
455 B

/*++ BUILD Version: 0001
*
* MVDM v1.0
*
* Copyright (c) 1991, Microsoft Corporation
*
* XMSEXP.H
* XMS exports
*
* History:
* 15-May-1991 Sudeep Bharati (sudeepb)
* Created.
--*/
extern BOOL XMSDispatch(ULONG iXMSSvc);
extern BOOL XMSInit(VOID);
/*
* handle for extended memory tracking.
* this is used by DPMI on risc so that
* DPMI and XMS can both allocate extended
* memory
*/
extern PVOID ExtMemSA;