Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>emm_savepagemap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
emm_savepagemap
   Note-This function is not available under OS/2 or the ZPM or DOSX
   extenders.

Usage

   #include <emm.h>
   void emm_savepagemap(int handle);


Description

   This routine requests the Expanded Memory Manager to save the current
   logical/physical page mapping context for the specified handle. The
   context is restored using emm_restorepagemap. Only one such context can
   be saved for each handle. There are a limited number of such contexts
   that can be saved, and therefore any application should strive to require
   no more than 1. This function will generate a fatal error if there is no
   space to save the mapping context.

See Also

   emm_restorepagemap



See Also: emm_restorepagemap

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson