HFindFile=FindFirstFile (szTempDir, & amp; FileData);
If (hFindFile==INVALID_HANDLE_VALUE)
{
Cout<& lt;" Path does not exist "& lt;
}
If (hFindFile==INVALID_HANDLE_VALUE) this sentence what mean
CodePudding user response:
Invalid handleCodePudding user response:
INVALID_HANDLE_VALUE should be a macro, you can right-click the definition to see,