-
- Downloads
The last parameter of CreateFile should be 0 (aka NULL), not -1.
CreateFile returns INVALID_HANDLE_VALUE when it fails, not HFILE_ERROR. Added comments.
Please register or sign in to comment
CreateFile returns INVALID_HANDLE_VALUE when it fails, not HFILE_ERROR. Added comments.