Home > Back-end >  Do me a favor, urgent
Do me a favor, urgent

Time:09-20


HFindFile=FindFirstFile (szTempDir, & amp; FileData);
If (hFindFile==INVALID_HANDLE_VALUE)
{
Cout<& lt;" Path does not exist "& lt; return ;
}



If (hFindFile==INVALID_HANDLE_VALUE) this sentence what mean

CodePudding user response:

Invalid handle

CodePudding user response:

INVALID_HANDLE_VALUE should be a macro, you can right-click the definition to see,