Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>exorealptr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ExoRealPtr()
 Creates a real mode pointer from a protected mode pointer
------------------------------------------------------------------------------
 C Prototype

     void *ExoRealPtr(void *pm_ptr)

 Returns

     This function returns the real mode pointer, or NULL if pm_ptr is in
     extended memory (not accessible in real mode).

 Description

     The pm_ptr argument is the protected mode pointer to be converted.  Note
     that if the real mode pointer is 0:0, the returned value is the same as
     an error value.

 Examples

     See example for _xalloclow().

 Files   Library is EXOSPACE.LIB, header file is Exospace.api.


See Also: ExoProtectedPtr()

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