+ Not Sure? Try our solution finder
+ Novell Services Overview
+ Novell Partners & Communities Overview
+ About Novell
+ How to Buy Overview
A simple program that calls GetNumberOfVolumes() and displays the result.
#include <stdio.h> #include <stdlib.h> #include <nit\nwdir.h> int main( void) { printf( "Number of volumes: %d\n", GetNumberOfVolumes()); return EXIT_SUCCESS; }
--Dmitry Mityugov
Categories: Sample Code | C | File System | Public Domain | Developer Library | NetWare Development
Novell® Making IT Work As One™
© 2010 Novell