2OO1, 18 February
IO_COMPLETION_BASIC_INFORMATION
IO_COMPLETION_BASIC_INFORMATION
typedef struct _IO_COMPLETION_BASIC_INFORMATION {
ULONG Depth;
} IO_COMPLETION_BASIC_INFORMATION, *PIO_COMPLETION_BASIC_INFORMATION;
Structure IO_COMPLETION_BASIC_INFORMATION is used as result of call NtQueryIoCompletion with IoCompletionBasicInformation information class.
Depth
Number of currently pending file operations for specified IO Completion Object.
Documented by:
Tomasz Nowak
Bo Branten
Requirements:
Library: ntdll.lib
See also:
IO_COMPLETION_INFORMATION_CLASS
NtQueryIoCompletion