Hi,
I am trying to create a file with a specific size allocated to it. I thought, NTCreateFile should be able to do that.
But whatever I specify as Allocationsize, the file created is always 0 bytes if I close the file.
Is there a limitation in user mode? Or is there a specific way of writing the function?
Specs say that the File should be opened for Create only, that is all.
Any help on this will be greatly appreciated.
Thanks
Basudeb