prodizy wrote:
Hi,
In the earlier post, I asked about accessing unfrozen interfaces from
XPCOM DLL.. The general answer I got is to get the header files and
including them in my extension's component.
In the extension I am developing, I need to use getInternalKeyToken() .
But I couldn't locate a file in Firefox CVS that declares this method.
I could only find an idl file that declares it.
Also in Firefox source code every where I can see #include
"nsIPK11TokenDB.h". But I can't locate the file anywhere.
Interfaces are declared in IDL files. To use those interfaces from C++, you
have to compile the IDL into a header file using the xpidl tool.
--BDS
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom