Hi,
How can I get the System class ImageList from C# application, I want to
receive this image list used in device manager ?
I find a C API :
WINSETUPAPI BOOL WINAPI
SetupDiGetClass ImageList(
OUT PSP_CLASSIMAGEL IST_DATA ClassImageListD ata);
How I can call this API from C# ?
Thanks
Joe
How can I get the System class ImageList from C# application, I want to
receive this image list used in device manager ?
I find a C API :
WINSETUPAPI BOOL WINAPI
SetupDiGetClass ImageList(
OUT PSP_CLASSIMAGEL IST_DATA ClassImageListD ata);
How I can call this API from C# ?
Thanks
Joe
Comment