Desktop Functions: Smart Device Functions:
|
Search Results for "IShellItemImageFactory" in [All]Enums1: SIIGBF
Interfaces2: IShellItem
public interface IShellItemImageFactory
Public Interface IShellItemImageFactory To get a thumbnail for a shell item, simply cast the IShellItem instance to IShellItemImageFactory and call GetImage() on it. Usage may look something like this:
((IShellItemImageFactory)ppsi).GetImage(new SIZE(256, 256), 0x0, out hbitmap);
public interface IShellItemImageFactory
Public Interface IShellItemImageFactory To get a thumbnail for a shell item, simply cast the IShellItem instance to IShellItemImageFactory and call GetImage() on it. Usage may look something like this:
((IShellItemImageFactory)ppsi).GetImage(new SIZE(256, 256), 0x0, out hbitmap); |