The code like this:
oa was set with “\SystemRoot\mydir\myfile.dat”
status=ZwCreateFile(&hFile
,GENERIC_READ
,&oa
,&iostatus
,NULL
,0
,FILE_SHARE_READ
,FILE_OPEN
,FILE_SYNCHRONOUS_IO_NONALERT
,NULL
,0);
this code works good in user mode , but can not work in Reinitialization
routine . I don’t why ?