 |
GlobalFree Add comment W32 Constants Translate this page |
 |
 |
|
The GlobalFree function frees the specified global memory object and invalidates its handle |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HGLOBAL GlobalFree(
HGLOBAL hMem // handle to global memory object
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GlobalFree IN kernel32;
INTEGER hMem
|
 |
 |
 |
| Parameters: |
 |
hMem
[in] Handle to the global memory object |
 |
 |
| 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 global memory object.
|
 |
 |
| Word Index links for the GlobalFree : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2004-08-14 17:40:36 | Visited in last 7 days: 127 |