HttpEndDataResponse
Flushes any remaining data in the Tx buffer and then closes the Data Response session.
#include <httpexp.h>
int HttpEndDataResponse (
HINTERNET hndl);
If successful, returns 0. Otherwise, returns a nonzero error code.
|
Decimal |
Name |
Description |
|---|---|---|
|
168 |
ERR_ACCESS_DENIED |
The HttpSendResponseHeader function must be completed before data functions can be used. |
|
255 |
ERR_BAD_PARAMETER |
Invalid handle. |