IThumbnailExtractor.ExtractThumbnail Method

Definition

public:
 void ExtractThumbnail(Microsoft::VisualStudio::OLE::Interop::IStorage ^ pstg, System::UInt32 ulLength, System::UInt32 ulHeight, [Runtime::InteropServices::Out] System::UInt32 % pulOutputLength, [Runtime::InteropServices::Out] System::UInt32 % pulOutputHeight, [Runtime::InteropServices::Out] IntPtr % phOutputBitmap);
public void ExtractThumbnail (Microsoft.VisualStudio.OLE.Interop.IStorage pstg, uint ulLength, uint ulHeight, out uint pulOutputLength, out uint pulOutputHeight, out IntPtr phOutputBitmap);
abstract member ExtractThumbnail : Microsoft.VisualStudio.OLE.Interop.IStorage * uint32 * uint32 * uint32 * uint32 * nativeint -> unit
Public Sub ExtractThumbnail (pstg As IStorage, ulLength As UInteger, ulHeight As UInteger, ByRef pulOutputLength As UInteger, ByRef pulOutputHeight As UInteger, ByRef phOutputBitmap As IntPtr)

Parameters

pstg
IStorage
ulLength
UInt32
ulHeight
UInt32
pulOutputLength
UInt32
pulOutputHeight
UInt32
phOutputBitmap
IntPtr

nativeint

Applies to