Partager via


IThumbnailExtractor.ExtractThumbnail, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.VisualStudio.OLE.Interop
Assembly :  Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IThumbnailExtractor Interface

Microsoft.VisualStudio.OLE.Interop, espace de noms