MFVideoGetHbitmap Method (MFrameClass)
video HBitmapHBITMAP of video data of the frame
Gets a HBitmap for a frame
Syntax
Public Overridable Sub MFVideoGetHbitmap( _
   ByRef _pllHBitmap As Long _
) 
public virtual void MFVideoGetHbitmap( 
   out long _pllHBitmap
)
public procedure MFVideoGetHbitmap( 
   Out  _pllHBitmap: Int64
); virtual; 
public: virtual void MFVideoGetHbitmap( 
   [PARAMFLAG::Out] long _pllHBitmap
) 

Parameters

_pllHBitmap
video HBitmapHBITMAP of video data of the frame
See Also

Reference

MFrameClass Class
MFrameClass Members