FrameVideoGetHbitmap Method (IMFrame)
bitmap handle
Gets the video HBitmap (bitmap handle).
Syntax
Sub FrameVideoGetHbitmap( _
   ByRef _pcpHBitmap As Long _
) 
void FrameVideoGetHbitmap( 
   out long _pcpHBitmap
)
procedure FrameVideoGetHbitmap( 
   Out  _pcpHBitmap: Int64
); 
void FrameVideoGetHbitmap( 
   [PARAMFLAG::Out] long _pcpHBitmap
) 

Parameters

_pcpHBitmap
bitmap handle
Example

See Also

Reference

IMFrame Interface
IMFrame Members