Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Discards the specified local memory object. The lock count of the memory object must be zero.
Syntax
void LocalDiscard(
[in] h
);
Parameters
[in] h
A handle to the local memory object. This handle is returned by either the LocalAlloc or LocalReAlloc function.
Return value
None
Remarks
Although LocalDiscard discards the object's memory block, the handle to the object remains valid. A process can subsequently pass the handle to the LocalReAlloc function to allocate another local memory object identified by the same handle.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | minwinbase.h (include Windows.h) |