LocalHandle

2.x

  HLOCAL LocalHandle(pvMem)    
  void NEAR* pvMem; /* address of local memory object */

The LocalHandle function retrieves the handle of the specified local memory object.

Parameters

pvMem

Specifies the address of the local memory object.

Return Value

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.

See Also

LocalAlloc