Undocumented functions of NTDLL

2OO1, 18 February


NtQueryIoCompletion
NtQueryIoCompletion

NTSYSAPI 
NTSTATUS
NTAPI

NtQueryIoCompletion(
IN HANDLE IoCompletionHandle, IN IO_COMPLETION_INFORMATION_CLASS InformationClass, OUT PVOID IoCompletionInformation, IN ULONG InformationBufferLength, OUT PULONG RequiredLength OPTIONAL );



Function NtQueryIoCompletion receives number of file operations pending on specified IO Completion Object.



Requirements:
Library: ntdll.lib


See also:
IO_COMPLETION_INFORMATION_CLASS
NtCreateIoCompletion
NtOpenIoCompletion
NtRemoveIoCompletion
NtSetIoCompletion