fopen return null and getlasterror return 997(error_io_pending_

772 Views Asked by At

I use the fopen(filepath, "rb"), but fopen return NULL,

and GetLastError() return 997 (ERROR_IO_PENDING).

I searched about this problem in google, but i can't find anything.

please help me.

1

There are 1 best solutions below

1
On BEST ANSWER

ERROR_IO_PENDING means you can't open the file because it is currently open either for writes or for read in non-shared mode.