Skip to content

Commit dd375eb

Browse files
committed
Merged staging into main
2 parents af4233d + 5eb458a commit dd375eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

wdk-ddi-src/content/fltkernel/nf-fltkernel-fltquerydirectoryfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The final call to **FltQueryDirectoryFile** returns an empty output buffer and r
119119

120120
For information about other file information query routines, see [File Objects](../index.yml).
121121

122-
Callers of **FltQueryDirectoryFile** must be running at IRQL = PASSIVE_LEVEL and with APCs enabled. For more information, see [Disabling APCs](/windows-hardware/drivers/kernel/disabling-apcs).
122+
Callers of **FltQueryDirectoryFile** must be running at IRQL = PASSIVE_LEVEL and with special kernel APCs enabled. For more information, see [Disabling APCs](/windows-hardware/drivers/kernel/disabling-apcs).
123123

124124
## -see-also
125125

wdk-ddi-src/content/fltkernel/nf-fltkernel-fltquerydirectoryfileex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The final call to **FltQueryDirectoryFileEx** returns an empty output buffer and
117117

118118
**FltQueryDirectoryFileEx** returns zero in any member of a FILE_*XXX*_INFORMATION structure that is not supported by the file system.
119119

120-
Callers of **FltQueryDirectoryFileEx** must be running at IRQL = PASSIVE_LEVEL and with APCs enabled. For more information, see [Disabling APCs](/windows-hardware/drivers/kernel/disabling-apcs).
120+
Callers of **FltQueryDirectoryFileEx** must be running at IRQL = PASSIVE_LEVEL and with special kernel APCs enabled. For more information, see [Disabling APCs](/windows-hardware/drivers/kernel/disabling-apcs).
121121

122122
## -see-also
123123

wdk-ddi-src/content/fltkernel/nf-fltkernel-fltqueryinformationfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A minifilter driver calls **FltQueryInformationFile** to retrieve information fo
107107

108108
**FltQueryInformationFile** returns zero in any member of a FILE_*XXX*_INFORMATION structure that is not supported by a particular file system.
109109

110-
Callers of **FltQueryInformationFile** must be running at IRQL = PASSIVE_LEVEL and [with APCs enabled](/windows-hardware/drivers/kernel/disabling-apcs).
110+
Callers of **FltQueryInformationFile** must be running at IRQL = PASSIVE_LEVEL and [with special kernel APCs enabled](/windows-hardware/drivers/kernel/disabling-apcs).
111111

112112
**NOTE:**
113113
Do not call this routine with a non-NULL top level IRP value, as this can cause a system deadlock.

0 commit comments

Comments
 (0)