Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The CCHeapSize function returns the size of the memory allocated by the CCHeapAlloc function.
Syntax
SIZE_T WINAPI CCHeapSize(
LPVOID lpMem
);
Parameters
-
lpMem
-
Pointer to the allocated memory.
Return value
If the function is successful, the return value is the size of the requested memory block measured in bytes.
If the function is unsuccessful, the return value is NULL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|