 |
GlobalUnlock ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Decrements the lock count associated with a memory object that was allocated with GMEM_MOVEABLE. This function has no effect on memory objects allocated with GMEM_FIXED. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GlobalUnlock(
HGLOBAL hMem // handle to global memory object
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GlobalUnlock IN kernel32;
INTEGER hMem
|
 |
 |
 |
| Parameters: |
 |
hMem
[in] Handle to the global memory object. This handle is returned by either the GlobalAlloc or GlobalReAlloc function. |
 |
 |
| Return value: |
 |
| If the memory object is still locked after decrementing the lock count, the return value is a nonzero value. |
 |
 |
| Word Index links for the GlobalUnlock : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-19 12:00:00 | | Modified: | 2001-11-26 16:03:42 | Visited in last 7 days: 21 |