Skip to content

Clarify FILE_RENAME_INFO properties #1123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk-api-src/content/winbase/ns-winbase-file_rename_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Contains the name to which the file should be renamed. Use only when calling

### -field RootDirectory

A handle to the root directory in which the file to be renamed is located.
Should be set to NULL.

### -field FileNameLength

The size of <b>FileName</b> in bytes.
The size of <b>FileName</b> in bytes, including the terminating null byte.

### -field FileName

Expand All @@ -90,4 +90,4 @@ The new file name.



<a href="/windows/desktop/api/fileapi/nf-fileapi-setfileinformationbyhandle">SetFileInformationByHandle</a>
<a href="/windows/desktop/api/fileapi/nf-fileapi-setfileinformationbyhandle">SetFileInformationByHandle</a>