 |
GlobalSize Add comment W32 Constants Translate this page |
 |
 |
|
The GlobalSize function retrieves the current size, in bytes, of the specified global memory object |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
SIZE_T GlobalSize(
HGLOBAL hMem // handle to global memory object
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GlobalSize IN kernel32 INTEGER hMem
|
 |
 |
 |
| Parameters: |
 |
hMem
[in] Handle to the global memory object |
 |
 |
| Return value: |
 |
If the function succeeds, the return value is the size, in bytes, of the specified global memory object.
If the specified handle is not valid or if the object has been discarded, the return value is zero.
|
 |
 |
| Word Index links for the GlobalSize : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:07 | Visited in last 7 days: 148 |