In the Win32 layer, we often see ERROR_PATH_NOT_FOUND , ERROR_NAME_NOT_FOUND .
When WinAPI(eg CreateFileW, RemoveDirectoryW) return these values? And what is the difference?
If I write a file system driver when do I set STATUS_OBJECT_PATH_NOT_FOUND or STATUS_OBJECT_NAME_NOT_FOUND ?
How do you define?
I'm so confused. Is there anyone who can clearly explain?
Or are there any documents explaining this? I could not find them.
Thanks in advance.
source share