netware_os_info

Returns information about the current operating system.

Library:LibC
Classification:Novell
Service:NetWare Platform

Syntax

  #include <monitor.h>
   
  int netware_os_info (
     struct os_info   *info);
  

Parameters

info

(OUT) Points to the os_info structure, which contains information about the NetWare operating 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).

See Also