On Jan 15, 8:18 pm, "prodizy" <[EMAIL PROTECTED]> wrote:
> Though it is not a good way to do thing to do, how can I access an
> unfrozen interface(ex: nsIPK11TokenDB, nsIPK11Token etc) from any
> extension's DLL? Do I need to get the header file and put it in the
> gecko-sdk?

do *not* put it in the gecko-sdk. but yes, you need to get the header
and put it /somewhere/.

Note of course that access is typically done via QueryInterface or by
being unlucky enough to receive such an object by calling a method or
implementing an interface where such a parameter is passed directly....

_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to