Skip to main content

Name

get_disk_queue_size — Gets the number of messages on the disk queue

Synopsis

#include "spool.h"

| int **get_disk_queue_size** ( | ); |   |

void;

Description

Gets the number of messages on the disk queue.

Return Values

This function returns the number of messages on the disk queue.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?