Boris Zbarsky wrote:
jml wrote:
What does the last parameter "in nsresult aStatus" mean?
This is the status of the data transfer, basically... eg you could get a STATE_STOP because the transfer finishes successfully (and aStatus would be a success code). Or you could get a STATE_STOP because the connection was killed somehow (and aStatus would be an error code).
bz, maybe that explanation should be added to the .idl file?


--
Fiat iustitia et pereat mundus.


Reply via email to