HttpAddRequestHeaderContentLengthTag
Adds the content length header tag to the HTTP header.
#include <httpexp.h>
#include <httpclnt.h>
int HttpAddRequestHeaderContentLengthTag (
HINTERNET hndl,
UINT32 FileSizeHigh,
UINT32 FileSizeLow);
If successful, returns 0. Otherwise, returns a nonzero error code.