G
Guest
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
SetupDiGetClassImageList(
OUT PSP_CLASSIMAGELIST_DATA ClassImageListData);
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
SetupDiGetClassImageList(
OUT PSP_CLASSIMAGELIST_DATA ClassImageListData);
How I can call this API from C# ?
Thanks
Joe