IThumbnailExtractor::ExtractThumbnail Method (IStorage^, UInt32, UInt32, UInt32, UInt32, IntPtr)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
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
Show: