I call the ZwCreateFile as following:
status = ZwCreateFile(&FileHandle,
FILE_WRITE_DATE | SYNCHRONIZE,
&OjbectAtrributes,
&IoStatus,
&AllocationSize,
FILE_ATTRIBUTE_NORMAL,
0,
FILE_OPEN_IF,
FILE_NON_DIRECTORY_FILE | FILE_SYNCHRONOUSE_IO_NONALART,
NULL,
0);
it works on NTFS ok,but on FAT32,it generate an exception. Anybody know the reason?Thanks a lot.
The File name is ??\C:\Encrypt File Flag\a.doc.enctag,is this a problem?
Can anybody give me some suggestions?Thanks.
You can provide details of what exception or return value you are getting,
in ordered to receive suggestions.
On 8/11/06, xxxxx@cnsoftop.com wrote:
>
> Can anybody give me some suggestions?Thanks.
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
–
Thanks & Regards,
–
A.Srijith.K.Unni