 |
SizeofResource Add comment W32 Constants Translate this page |
 |
 |
|
The SizeofResource function returns the size, in bytes, of the specified resource. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD SizeofResource(
HMODULE hModule,
HRSRC hResInfo
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SizeofResource IN kernel32;
INTEGER hModule,;
INTEGER hResInfo
|
 |
 |
 |
| Parameters: |
 |
hModule
[in] Handle to the module whose executable file contains the resource.
hResInfo
[in] Handle to the resource. This handle must be created by using the FindResource or FindResourceEx function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the number of bytes in the resource. |
 |
 |
| Word Index links for the SizeofResource : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-05-16 10:24:20 | | Modified: | 2003-05-16 10:25:28 | Visited in last 7 days: 17 |