I am trying to use some functions and structs from Shell32.DLL in my C# project. I have VS create a RCW by adding the COM DLL to my project references. However, after doing this I can only see the Classes, Interfaces, and Delegates from the DLL; I can not see the functions or structs. (Or any of the other NON-CLASS related items)
I understand I can use DllImport to extern the functions I want, but I could not figure out how to use DllImport to extern the Structs I want.
I do not care which method I use to gain access to the features I want of this DLL. If anyone can point me in the right direction, or just flat out let me know how to do what I want.
Thanks in advance…
Rodney
I understand I can use DllImport to extern the functions I want, but I could not figure out how to use DllImport to extern the Structs I want.
I do not care which method I use to gain access to the features I want of this DLL. If anyone can point me in the right direction, or just flat out let me know how to do what I want.
Thanks in advance…
Rodney