TCPIP_HTTP_CurrentConnectionUploadBufferCurrGet Function
C
const void* TCPIP_HTTP_CurrentConnectionUploadBufferCurrGet(
HTTP_CONN_HANDLE connHandle
);
Description
This function will return the current address of current connection upload buffer.
Preconditions
None.
Parameters
Parameters | Description |
---|---|
connHandle | HTTP connection handle. |
Returns
The current address of current connection upload buffer.
Remarks
None.