Purpose
Gets the content length.
Syntax
MIGetContentLen( ByVal hContent As CString ) As Integer
hContent is a CString handle.
Return Value
The content length in number of characters or bytes. Zero could be either that the call fails or that content is empty. To determine the cause of the failure, call the MIGetErrorMessage() function.
Description
Use MIGetContentLen() to get the content length of the file in number of characters or bytes.