WinAPI OpenFile function returns HFILE, and GetFileTime for instance needs HANDLE. When I feed it with (HANDLE)some_hFile it seems to work fine. Is there any difference in this types, or one of these is simply rudimental?
WinAPI OpenFile function returns HFILE, and GetFileTime for instance needs HANDLE. When I feed
Share
OpenFile is a 16-bit Windows backward-compatibility function. CreateFile is the function to open files.