Jungo WinDriver  
Official Documentation

◆ WDS_SharedBufferFree()

DWORD DLLCALLCONV WDS_SharedBufferFree ( _In_ WD_KERNEL_BUFFER pKerBuf)

Frees a shared buffer that was allocated by a previous call to WDS_SharedBufferAlloc().

Parameters
[in]pKerBufPointer to a WD_KERNEL_BUF structure, received within the *ppBuf parameter of a previous call to WDS_SharedBufferAlloc()
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise
Remarks
This function is currently only supported from the user mode. This function is supported only for Windows and Linux.
dwStatus = WDS_SharedBufferFree(pSharedKerBuf);
DWORD DLLCALLCONV WDS_SharedBufferFree(_In_ WD_KERNEL_BUFFER *pKerBuf)
Frees a shared buffer that was allocated by a previous call to WDS_SharedBufferAlloc().