Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamea.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ The size of the buffer to receive the null-terminated string for the drive and p

A pointer to a buffer that receives the null-terminated string for the drive and path.

### -param lpFilePart [out]
### -param lpFilePart [out, optional]

A pointer to a buffer that receives the address (within <i>lpBuffer</i>) of the final
file name component in the path.

This parameter can be <b>NULL</b>.
This parameter can be <b>NULL</b>.

If <i>lpBuffer</i>
refers to a directory and not a file, <i>lpFilePart</i> receives zero.
Expand Down
4 changes: 2 additions & 2 deletions sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamew.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ The size of the buffer to receive the null-terminated string for the drive and p

A pointer to a buffer that receives the null-terminated string for the drive and path.

### -param lpFilePart [out]
### -param lpFilePart [out, optional]

A pointer to a buffer that receives the address (within <i>lpBuffer</i>) of the final
file name component in the path.

This parameter can be <b>NULL</b>.
This parameter can be <b>NULL</b>.

If <i>lpBuffer</i>
refers to a directory and not a file, <i>lpFilePart</i> receives zero.
Expand Down