shadows wrote:

> It is an existing DLL function. 


I think you are out of luck using it directly if you want to access it 
from JS. The function would need to return a nsresult.

You'll need to create an XPCOM interface/implementation with a method 
that JS can invoke that invokes this DLL function.


Reply via email to