IThumbnailExtractor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IThumbnailExtractor
public interface class IThumbnailExtractor
__interface IThumbnailExtractor
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("969DC708-5C76-11D1-8D86-0000F804B057")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IThumbnailExtractor
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("969DC708-5C76-11D1-8D86-0000F804B057")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IThumbnailExtractor
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("969DC708-5C76-11D1-8D86-0000F804B057")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IThumbnailExtractor = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("969DC708-5C76-11D1-8D86-0000F804B057")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IThumbnailExtractor = interface
Public Interface IThumbnailExtractor
- Attributes
Remarks
Extracts thumbnail graphic from a file. Also provides an event for file changes.
Methods
ExtractThumbnail(IStorage, UInt32, UInt32, UInt32, UInt32, IntPtr) | |
OnFileUpdated(IStorage) |