HttpSendDataFlush
Sends the data in the Tx buffer immediately.
#include <httpexp.h> int HttpSendDataFlush ( HINTERNET hndl);
If successful, returns 0. Otherwise, returns a nonzero error code.
Decimal
Name
Description
162
ERR_IO_LOCKED
The application must complete the Header response before using data functions.
168
ERR_ACCESS_DENIED
The HttpSendResponseHeader must be completed before data functions are used.
255
ERR_BAD_PARAMETER
Invalid handle.