Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1.09 KB

dispatchqueryinformation-routines.md

File metadata and controls

17 lines (8 loc) · 1.09 KB
title description keywords ms.date
DispatchQueryInformation Routines
DispatchQueryInformation Routines
dispatch routines WDK kernel , DispatchQueryInformation routine
DispatchQueryInformation routine
IRP_MJ_QUERY_INFORMATION I/O function code
query information dispatch routines WDK kernel
06/16/2017

DispatchQueryInformation Routines

A driver's DispatchQueryInformation routine handles IRPs for the IRP_MJ_QUERY_INFORMATION I/O function code. Driver support for this I/O function code is optional, and typically appears in higher-level or file system drivers. This request is sent by the I/O manager and other operating system components, as well as other kernel-mode drivers. For example, it is sent when a user-mode application calls GetFileInformationByHandle, and when a kernel-mode component calls ZwQueryInformationFile.