property OpenHttpFile.
Opens a file or executes an active script (PHP, ASP..) located in
a Web site
over Http/Https, in order to read its contents.
|
httpPath
[in] . Root URL of the Web site. (e.g
“http://sites.google.com” )
FileName
[in] . Fullpath filename on the Web ( e.g
"site/sovannpub/home/Wizapi.zip" )
header_size
[
in,optional ] ( Available since v2.33.6
)
Specifies the header area length
that prefixes the real message. Client app must use this parameter
when submitting requests and
consuming data from a Webservice (e.g Requester.php).
pVal
[out,
retval] The returned value is the handle of the Web file or 0 if failed.
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.