netware_fs_info

Returns information about the file system.

Library:LibC
Classification:Novell
Service:NetWare Platform

Syntax

  #include <monitor.h>
   
  int netware_fs_info (
     struct filesystem_info   *info);
  

Parameters

info

(OUT) Points to the filesystem_info structure, which contains information about the file system.

Return Values

If successful, returns 0; otherwise, returns a nonzero error code:

Decimal

Hex

Constant

Description

66

0x42

ENOSYS

The function cannot be exported (error from NetWare ExportPublicSymbol).