1.2.1.12.31 TCPIP_HTTP_CurrentConnectionUploadBufferEndGet Function

C

const void* TCPIP_HTTP_CurrentConnectionUploadBufferEndGet(
    HTTP_CONN_HANDLE connHandle
);

Description

This function will return the end address of current connection upload buffer.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

  • The end address of current connection upload buffer.

Remarks

None.