Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RPCXLib 1.1 Graphic Library for Clipper - <b>r_vgacard()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 R_VGACard()
 Determines which SuperVGA adapter is present
------------------------------------------------------------------------------

 Syntax
        nSVGACard := R_VGACard ()

 Parameters
        (None)

 Returns
        nSVGACard       Code of the detected SuperVGA adapter.
                        These codes are defined in RPCXLib.CH.

 Description
        This function tries to determine which SuperVGA adapter is
        available in the PC.

 Example
        && Determines the SuperVGA adapter

        *-- RPCXLib definitions
        #include "RPCXLib.CH"

        *-- Code of SuperVGA adapter
        LOCAL   nSVGACard

        *-- Array with the names of the known SuperVGA adapters
        LOCAL   aSVGANames := PL_SVGA_NAMES

        nSVGACard := R_VGACard ()
        ? 'SuperVGA in this PC : ', aSVGANames [nSVGACard]

See Also: R_ShowPCX()

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