GetSectorsPerCacheBuffer

Returns the number of sectors in server cache buffers.

Thread Context:Non-Blocking

Syntax

    LONG GetSectorsPerCacheBuffer (void);
    
    

Return Values

An integer (8, 16, or 32) indicating the number of sectors in a system cache buffer.

Remarks

GetSectorsPerCacheBuffer returns to the caller the number of sectors in a server cache buffer. This value can allow drivers that allocate buffers in SRAM to allocate the optimal buffer size, thus providing better performance.