diff --git a/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamea.md b/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamea.md
index 75ec8272b86..01c7b9f03c7 100644
--- a/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamea.md
+++ b/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamea.md
@@ -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 lpBuffer) of the final
file name component in the path.
-This parameter can be NULL.
+This parameter can be NULL.
If lpBuffer
refers to a directory and not a file, lpFilePart receives zero.
diff --git a/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamew.md b/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamew.md
index 7465aacfb14..2acb9043a81 100644
--- a/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamew.md
+++ b/sdk-api-src/content/fileapi/nf-fileapi-getfullpathnamew.md
@@ -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 lpBuffer) of the final
file name component in the path.
-This parameter can be NULL.
+This parameter can be NULL.
If lpBuffer
refers to a directory and not a file, lpFilePart receives zero.