IThumbnailExtractor::ExtractThumbnail Method (IStorage^, UInt32, UInt32, UInt32, UInt32, IntPtr)

 

This API supports the product 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)

void ExtractThumbnail(
	IStorage^ pstg,
	unsigned int ulLength,
	unsigned int ulHeight,
	[OutAttribute] unsigned int% pulOutputLength,
	[OutAttribute] unsigned int% pulOutputHeight,
	[OutAttribute] IntPtr% phOutputBitmap
)

Parameters

pstg
Type: Microsoft.VisualStudio.OLE.Interop::IStorage^
ulLength
Type: System::UInt32
ulHeight
Type: System::UInt32
pulOutputLength
Type: System::UInt32
pulOutputHeight
Type: System::UInt32
phOutputBitmap
Type: System::IntPtr
Return to top
Show: