IAPI::CloseHttpFile

method CloseHttpFile.

Closes a Web file

 

HRESULT CloseHttpFile(
  long httpFileHandle
);

Parameters

httpFileHandle

[in] .   Handle of the Web file

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI