HttpReturnDataTxBuffer

Returns the starting address and size of the Tx buffer.

Syntax

    #include <httpexp.h>
    
    void *HttpReturnDataTxBuffer (
      HINTERNET    hndl,
      UINT32_PTR   lpszBufferSize);
    

Parameters

hndl
(IN) Specifies the client connection handle or the HTTP stack handle.
lpszBufferSize
(OUT) Points to where the maximum size of the Tx buffer is placed.

Return Values

Returns the address of the Tx buffer.