benoitc Messages: 17 Registered: July 2007 Location: Nice (France)
Promising Member
Hi Tomas,
MSDN is correct, but the point is that for a Create the file size is not known when you call CreateFile and CreateFileMapping whereas in the Open case you know it after CreateFile so during the CreateFileMapping you do not need to give it.
I didn't use Expand yet, that why I didn't notice it was not implemented. So sorry, I don't have patch for it.