IThumbnailSettings interface (thumbcache.h)

Provides a method that enables a thumbnail provider to determine the user context of a thumbnail request.

Inheritance

The IThumbnailSettings interface inherits from the IUnknown interface. IThumbnailSettings also has these types of members:

Methods

The IThumbnailSettings interface has these methods.

 
IThumbnailSettings::SetContext

Enables a thumbnail provider to return a thumbnail specific to the user's context.

Remarks

When to implement

This interface can be implemented by any thumbnail provider that supports IExtractImage or IThumbnailProvider.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header thumbcache.h

See also

IUnknown