get_disk_queue_size
Last updated March 2020
Name
get_disk_queue_size — Gets the number of messages on the disk queue
Synopsis
#include "spool.h"
| int **get_disk_queue_size** (
| )
; | |
Description
Gets the number of messages on the disk queue.
This function returns the number of messages on the disk queue.
It is legal to call this function in any thread.
See Also
Was this page helpful?