[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DosIsBlinkX()                 Determine whether program is running under Blinker DOS extender.
------------------------------------------------------------------------------

 Function : Determine whether the program is running under the Blinker DOS
            extender.

 Syntax   : USHORT BLXAPI DosIsBlinkX(void);

 Return   : A TRUE or FALSE value indicating whether the program is running
            under the Blinker DOS extender.

 Example:

    #include <stdio.h>
    #include <blx286.h>
    void main (void)
    {
    if (DosIsBlinkX())
       printf("Running under the Blinker extender\n");
    }

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson