 |
LocalFree ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The LocalFree function frees the specified local memory object and invalidates its handle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HLOCAL LocalFree(
HLOCAL hMem //handle to local memory object
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER LocalFree IN kernel32;
INTEGER hMem
|
 |
 |
 |
| Parameters: |
 |
hMem
[in] Handle to the local memory object. This handle is returned by either the LocalAlloc or LocalReAlloc function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is NULL. If the function fails, the return value is equal to a handle to the local memory object. |
 |
 |
| Word Index links for the LocalFree : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-10-30 19:29:07 | | Modified: | 2001-11-26 16:03:54 | Visited in last 7 days: 260 |