win_buf_free()

Frees a Windows global memory buffer which was previously allocated with win_buf_alloc(), win_buf_alloc_32(), or win_buf_alloc_64().

Prototype

win_buf_free(memhandle)

Parameters

memhandle (int)

A Windows memory handle. This must be a memory handle that was returned by win_buf_alloc(), win_buf_alloc_32(), or win_buf_alloc_64() when the buffer was allocated.