Windows2000/private/mvdm/inc/xmsexp.h
2020-09-30 17:12:32 +02:00

25 lines
446 B
C

/*++ 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(int argc, char *argv[]);
/*
* 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;