winapi
winapi copied to clipboard
Fixed buffer size
#define WBUFF 2048 Fixed buffer size, it is easy to lose useful data, because the buffer may not be big enough The best solution is to dynamically allocate memory