From 60d60531f1055123b5bd28431a4a9093796b2f39 Mon Sep 17 00:00:00 2001 From: Aemony <10578344+Aemony@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:07:24 +0200 Subject: [PATCH 1/2] Update nf-ntsecapi-lsaenumeratelogonsessions.md Corrected a typo in the function name which caused some confusion since Visual Studio is case-sensitive when it comes to Win32 functions like these. --- .../content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md b/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md index 690b6d950b8f..e8791d734a80 100644 --- a/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md +++ b/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md @@ -61,7 +61,7 @@ Pointer to a long integer that receives the number of elements returned in the a ### -param LogonSessionList [out] Address of a pointer to a LUID. The pointer receives the first element of an array of logon session identifiers. The memory used by the array is allocated by the LSA. When the array is no longer needed, call the -LSAFreeReturnBuffer function to free it. +LsaFreeReturnBuffer function to free it. ## -returns @@ -72,4 +72,4 @@ If the function fails, the return value is an NTSTATUS code indicating the reaso ## -remarks To retrieve information about the logon sessions returned by LsaEnumerateLogonSessions, call the -LsaGetLogonSessionData function. \ No newline at end of file +LsaGetLogonSessionData function. From abe602df6dbcc54d3ea23ab124ce432ec78dbfec Mon Sep 17 00:00:00 2001 From: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:54:29 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Tweak URLs to avoid redirects. --- .../content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md b/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md index e8791d734a80..0c887b7e3141 100644 --- a/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md +++ b/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md @@ -61,7 +61,7 @@ Pointer to a long integer that receives the number of elements returned in the a ### -param LogonSessionList [out] Address of a pointer to a LUID. The pointer receives the first element of an array of logon session identifiers. The memory used by the array is allocated by the LSA. When the array is no longer needed, call the -LsaFreeReturnBuffer function to free it. +LsaFreeReturnBuffer function to free it. ## -returns @@ -72,4 +72,4 @@ If the function fails, the return value is an NTSTATUS code indicating the reaso ## -remarks To retrieve information about the logon sessions returned by LsaEnumerateLogonSessions, call the -LsaGetLogonSessionData function. +LsaGetLogonSessionData function.