Quote: "The array of WSABUF structures pointed to by the lpBuffers parameter is transient. If this operation is completed in an overlapped manner, it is the service provider's responsibility to capture these WSABUF structures before returning from this call. This enables applications to build stack-based WSABUF arrays."
That is from the WSASend winsock documentation on MSDN. What exactly does it mean? Is it saying that the WSABUF structure and allocated memory to the structure are deleted after WSASend is completed?
Link to documentation:
http://msdn.microsoft.com/en-us/library/ms898766.aspx