Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IShellItemImageFactory" in [All]

Enums

.
Summary

Interfaces

.

    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);

.
Documentation
[IShellItemImageFactory] on MSDN
.

    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);

.
Documentation
[IShellItemImageFactory] on MSDN

 
Access PInvoke.net directly from VS: