Skip to content

Commit 7358d56

Browse files
TylerMSFTTylerMSFT
authored andcommitted
more detail
1 parent 037cb6c commit 7358d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/findfirst-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If an invalid parameter is passed in, these functions invoke the invalid paramet
9191

9292
## Remarks
9393

94-
You must call [`_findclose`](findclose.md) after you're finished with either the **`_findfirst`** or [`_findnext`](findnext-functions.md) function (or any variants) provided the call to `_findfirst` succeeded by returning a valid handle. `_findclose` frees resources used by these functions in your application.
94+
You must call [`_findclose`](findclose.md) after you're finished with either the **`_findfirst`** or [`_findnext`](findnext-functions.md) function (or any variants) provided the call to `_findfirst` succeeded. `_findclose` frees resources used by these functions in your application. Calling `_findclose` on an invalid handle returns `-1` and sets `errno` to `EINVAL`.
9595

9696
The variations of these functions that have the **`w`** prefix are wide-character versions; otherwise, they're identical to the corresponding single-byte functions.
9797

0 commit comments

Comments
 (0)