I got a return value 0 when called DirCreate() function.
I'd like to handle the error code according to error case.
but I can't know what happened during the function call.
could anyone please help me to catch the error case?
is there GetLastError() function like MFC?
I'd like to handle the error code according to error case.
but I can't know what happened during the function call.
could anyone please help me to catch the error case?
is there GetLastError() function like MFC?