Purpose
Gets the name of the HTTP file as a URL.
Syntax
MIGetFileURL( ByVal hFile As CHttpFile, pURL As String,
ByVal lURLLen As Integer ) As SmallInt
hFile is a CHttpFile handle.
pURL is a reference to a string that receives the name of the HTTP file as a URL.
pURLLen is the size of pURL in number of characters or bytes.
Return Value
Nonzero if successful; otherwise 0. To determine the cause of the failure, call the MIGetErrorMessage() function.
Description
Use MIGetFileURL() to get the name of the HTTP file as a URL.