HLOCAL LocalHandle(pvMem) | |||||
void NEAR* pvMem; | /* address of local memory object | */ |
The LocalHandle function retrieves the handle of the specified local memory object.
pvMem
Specifies the address of the local memory object.
The return value is the handle of the specified local memory object if the function is successful. It is NULL if the specified address has no handle.