AccountingInstalled

Determines if accounting is installed (For cross-platform functionality, see Developing NLMs with Cross-Platform Functions ( NDK: NLM Development Concepts, Tools, and Functions) and call NWQueryAccountingInstalled)

Local Servers:blocking
Remote Servers:blocking
NetWare Server:3.x, 4.x, 5.x, 6.x
Platform:NLM
Service:Bindery-Based Accounting

Syntax

   #include <\nlm\nit\nwaccntg.h>  
    
   int AccountingInstalled (  
      WORD   fileServerID); 
   
   

Parameters

fileServerID
(IN) Specifies the file server ID number of the server to be checked for the presence of accounting.

Return Values

Decimal

Hex

Description

0

(0x00)

Accounting is not installed.

1

(0x01)

Accounting is installed.

Remarks

AccountingInstalled determines whether accounting is installed on the server identified by the fileServerID parameter.