The LocalHandle function retrieves the handle associated with the specified pointer to a local memory object.
HLOCAL LocalHandle(
LPCVOID pMem |
// address of local memory object |
); |
If the function succeeds, the return value is the handle of the specified local memory object.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
When the LocalAlloc function allocates a local memory object with the LMEM_MOVEABLE flag, it returns the handle of the object. The LocalLock function converts this handle into a pointer to the object’s memory block, and LocalHandle converts the pointer back into a handle.
file: /Techref/os/win/api/win32/func/src/f54_9.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 23:59,
18.217.209.61:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f54_9.htm"> LocalHandle</A> |
Did you find what you needed? |