What DLL do I need to reference to access FilerRegister method(s) of the CRegObject from C#?
[DllImport("ATL90.DLL")]
public static extern int FileRegister(string fileName);
And how would I do that in visual studio?
Any help is greatly appreciated! I can't seem to find the correct DLL. I looked on pinvoke.net, but couldn't find it.
Thanks!