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


Syntax:        L_ISNETBIO()


Purpose:       To determine if NETBIOS or NETBIOS emulation is
               installed in the system.


Arguments:     None


Returns:       .T. if NETBIOS is installed
               .F. if NETBIOS is NOT installed.


Usage:         Use to determine if netbios communication facilities
               exist or are available.

               SQLbase across a network would require this function to
               return .T.


Examples:      * Check for Netbios
               IF .NOT. L_ISNETBIOS()
                  @ 10,10 SAY "This application requires NETBIOS  "
                  @ 11,10 SAY "to be resident for use with SQLbase"
                  @ 12,10 SAY "over the network!"
               ENDIF

Language:      Assembler

See Also: L_ISPCLAN() L_LANMAJOR() L_LANMINOR()

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