NWGetPageSize

Returns the page size for a given NetWare ® platform

Local Servers:nonblocking
Remote Servers:N/A
Classification:Other
Service:Memory Allocation

Syntax

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

Return Values

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

Remarks

NWGetPageSize returns the page size of the NetWare platform 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, NWGetAllocPageOverhead