NWGetPacketBurstInfo

Returns the server’s packet burst operational counters and statistics.

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Server Environment

Syntax

  #include <nwfse.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWGetPacketBurstInfo  ( 
     NWCONN_HANDLE                     conn,  
     NWFSE_PACKET_BURST_INFO  N_FAR   *fsePacketBurstInfo);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetPacketBurstInfo 
    (conn : NWCONN_HANDLE; 
     Var fsePacketBurstInfo : NWFSE_PACKET_BURST_INFO 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
fsePacketBurstInfo
(OUT) Points to NWFSE_PACKET_BURST_INFO getting packet burst information.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

0x897E

NCP_BOUNDARY_CHECK_FAILED

Remarks

To call NWGetPacketBurstInfo, you must have console operator rights.

NCP Calls