說明如何從核心模式裝置驅動程式開啟磁碟檔案以及如何讀取或寫入檔案。本文也提供一些程式碼範例來說明如何執行這些工作。 ... HANDLE handle; NTSTATUS ntstatus; IO_STATUS_BLOCK ioStatusBlock; // Do not try to perform any file operations at ...
support.microsoft.com