diff --git a/sdk-api-src/content/winwlx/nf-winwlx-wlxloggedoutsas.md b/sdk-api-src/content/winwlx/nf-winwlx-wlxloggedoutsas.md
index 32a68be30813..1f937cfbc568 100644
--- a/sdk-api-src/content/winwlx/nf-winwlx-wlxloggedoutsas.md
+++ b/sdk-api-src/content/winwlx/nf-winwlx-wlxloggedoutsas.md
@@ -159,17 +159,21 @@ If you need this handle after calling the WLX_MPR_NOTIFY_INFO structure that contains domain, user name, and password information for the user. Winlogon will use this information to provide identification and authentication information to network providers.
-The GINA is not required to return password information. Any NULL fields within the structure will be ignored by Winlogon. Use LocalAlloc to allocate each string; Winlogon will free them when they are no longer needed.
+The GINA is not required to return password information. Any NULL fields within the structure will be ignored by Winlogon. Use LocalAlloc to allocate each string; Winlogon will free them when they are no longer needed.
-The GINA should provide domain, user, and password values for complete Session Directory functionality. If the password is not provided, Session Directory will require the user to input the password twice before the user is connected to the server.
+The GINA should provide domain, user, and password values for complete Session Directory functionality. If the password is not provided, Session Directory will require the user to input the password twice before the user is connected to the server.
-For information about protecting passwords, see Handling Passwords.
+For information about protecting passwords, see Handling Passwords.
### -param pProfile [out]
On return from a successful authentication, the pProfile parameter points to either a
-WLX_PROFILE_V1_0 or a
-WLX_PROFILE_V2_0 structure. The first DWORD in the structure indicates which structure it is. Winlogon uses this structure to load the profile of the logged-on user, and frees the memory associated with the structure when it no longer needs it.
+WLX_PROFILE_V1_0 or a
+WLX_PROFILE_V2_0 structure. The first DWORD in the structure indicates which structure it is.
+
+Use LocalAlloc to allocate this structure, as well as each of its fields.
+
+Winlogon uses this structure to load the profile of the logged-on user, and frees the memory associated with the structure and its fields when it no longer needs it.
## -returns
@@ -226,8 +230,6 @@ Do not activate the user shell program in WlxLoggedOutSAS. The user shell
## -see-also
-WlxActivateUserShell
-
-
+WlxActivateUserShell
-WlxInitialize
\ No newline at end of file
+WlxInitialize