NWGetPageSize

Returns the page size for the server.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  size_t NWGetPageSize ( void );
  

Return Values

Returns the page size (in bytes) for the NetWare server on which NWGetPageSize is called.

Remarks

NWGetPageSize returns the page size of the NetWare server on which the function is called. Currently that size is 4096 bytes, and no plans presently exist to change that size. NWGetPageSize is provided in case the NetWare page size changes at some time in the future.

See Also

NWGetAvailableMemory