HttpSendDataFlush

Sends the data in the Tx buffer immediately.

Syntax

    #include <httpexp.h>
    
    int HttpSendDataFlush (
      HINTERNET    hndl);
    

Parameters

hndl
(IN) Specifies the HTTP stack handle.

Return Values

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.