Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_emmstst()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_EMMSTST()


Syntax:        L_EMMSTAT()


Purpose:       Expanded Memory Manager Status
               To determine the status of the EMM hardware is ready
               and usable.


Arguments:     None


Returns:       An integer.
               Any non zero value means that the driver is definitely
               unusable.


Usage:         Call this function ONLY after calling L_ISEMM() to
               determine if the driver is present.


Examples:      * check for EMM presence and readiness.
               IF L_ISEMM() .and. (L_EMMSTAT() = 0)
                  emm_stat = "OK"
               ELSE
                  emm_stat = "Not functional"
               ENDIF



Language:      Assembler

See Also: L_EMMVERS() L_EMMFREE() L_EXPANDED() L_ISEMM()

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