Frees a Windows global memory buffer which was previously allocated with cbWinBufAlloc(), cbWinBufAlloc32(), or cbWinBufAlloc64().
C/C++
int cbWinBufFree(int MemHandle)
Visual Basic
Function cbWinBufFree(ByVal MemHandle&) As Long
MemHandle
A Windows memory handle. This must be a memory handle that was returned by cbWinBufAlloc(), cbWinBufAlloc32(), or cbWinBufAlloc64() when the buffer was allocated.