FreeReturnBuffer function
The FreeReturnBuffer function is used to free buffers allocated by the Local Security Authority (LSA) and returned to the security package. The package calls this function when the information in the returned buffer is no longer needed.
Syntax
void FreeReturnBuffer(
_In_ PVOID Base
);
Parameters
- Base [in]
-
Pointer to the buffer to free.
Return value
This function does not return a value.
Remarks
A pointer to the FreeReturnBuffer function is available in the LSA_SECPKG_FUNCTION_TABLE structure received by the SpInitialize function.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also