what is 0xFFFFFFFF ?
I am learning from sample source code.
here is a part of the code :

dwFileSize = GetFileSize(hFile, NULL);
if(dwFileSize != 0xFFFFFFFF)
{ ....