SAMPLE: Using ZwCreateFile() to Open File from KernelLast reviewed: February 17, 1998Article ID: Q126286 |
The information in this article applies to:
SUMMARYThis sample demonstrates how to open a file from a Windows NT kernel-mode device driver using ZwCreateFile(). Once the file is open, it reads the contents of this file into a buffer using ZwReadFile(). After reading the file, it is closed using ZwClose(). NOTE: When you use the sample, a file called INFO.DAT must be available in the \SYSTEMROOT\SYSTEM32\DRIVERS directory. The following file is available for download from the Microsoft Software Library:
~ Zwcf.exe (size: 21446 bytes)For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q119591 TITLE : How to Obtain Microsoft Support Files from Online Services Keywords : NTDDKKMode kbcode kbfile kbsample Version : WINNT:3.5,3.51; Platform : NT WINDOWS |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |