다음을 통해 공유


IThumbnailExtractor.ExtractThumbnail Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub ExtractThumbnail ( _
    pstg As IStorage, _
    ulLength As UInteger, _
    ulHeight As UInteger, _
    <OutAttribute> ByRef pulOutputLength As UInteger, _
    <OutAttribute> ByRef pulOutputHeight As UInteger, _
    <OutAttribute> ByRef phOutputBitmap As IntPtr _
)
void ExtractThumbnail(
    IStorage pstg,
    uint ulLength,
    uint ulHeight,
    out uint pulOutputLength,
    out uint pulOutputHeight,
    out IntPtr phOutputBitmap
)

Parameters

.NET Framework Security

See Also

Reference

IThumbnailExtractor Interface

Microsoft.VisualStudio.OLE.Interop Namespace