-
- Downloads
On Win64, HFILE and HANDLE are quite different, use CreateFile()
OpenFile() returns HFILE and is sus, CreateFile() is more complex, but returns a HANDLE (and is what MSDN suggests I use).
Please register or sign in to comment
OpenFile() returns HFILE and is sus, CreateFile() is more complex, but returns a HANDLE (and is what MSDN suggests I use).