diff --git a/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md b/sdk-api-src/content/ntsecapi/nf-ntsecapi-lsaenumeratelogonsessions.md index 690b6d950b8f..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. \ No newline at end of file +LsaGetLogonSessionData function.