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_emmvers()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_EMMVERS()


Syntax:        L_EMMVERS()


Purpose:       To determine the version number of the Expanded Memory
               Manager in the system.


Arguments:     None.


Returns:       An integer representing the version number of the EMM.


Usage:         The integer of any value returned is the Major version
               number and the remainder is the Minor version number.

               Use this function ONLY after calling L_ISEMM() to
               determine if the EMM driver is present and L_EMMSTAT()
               to determine if the EMM hardware and software is
               operational.


Examples:      * Determine EMM version number
               version = L_EMMVERS()
               major   = int(version/16)
               minor   = version % 16

Language:      Assembler

See Also: L_ISEMM() L_EMMSTAT() L_EXPANDED() L_EXTENDED()

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