Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |
|