The information in this article applies to:
SUMMARY
Zwcf.exe is a sample that 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().
MORE INFORMATIONThe following file is available for download from the Microsoft
Download Center. Click the file name below to download the file: Zwcf.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. Additional query words:
Keywords : kbfile kbsample NTDDKKMode |
Last Reviewed: December 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |