[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function isNovellNetavail - is Novell Network installed
Syntax boolean isNovellNetavail(void);
Prototype in network.h
Remarks checks if a Novell network is installed.
Return value returns TRUE if a Novell network is installed,
FALSE otherwise.
Example #include <network.h>
main()
{
printf("Novell network is ");
if (! isNovellNetavail())
printf("not ");
printf("installed\n");
}
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson