Dear all,

I have implemented nsIWebProgressListener.  Hence, OnStateChange()
function is called when message is received.   To my understanding,
all mozilla uses the same memory space thus once only instance of the
dll is loaded.

If I launch more than one browsers, I would like to know how to find
out OnStateChange() belongs to which instance of the browser.
OnStateChange() has two pointer parameter, nsIWebProgress and
nsIRequest.  Can I use either one of these parameter to find out the
instance of the browser?


Thanks for reading and helping,
YueWeng
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to