 |
LsaFreeMemory ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The LsaFreeMemory function frees memory allocated for an output buffer by an LSA function call. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
NTSTATUS LsaFreeMemory(
PVOID Buffer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER LsaFreeMemory IN advapi32;
INTEGER Buffer
|
 |
 |
 |
| Parameters: |
 |
Buffer
[in] Pointer to memory buffer that was allocated by an LSA function call. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is STATUS_SUCCESS (0). |
 |
 |
| Word Index links for the LsaFreeMemory : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-11-23 11:24:19 | | Modified: | 2003-11-23 11:25:28 | Visited in last 7 days: 11 |