MFORMATSLib Namespace > IMFFactory Interface : MFFrameCreateWrapper Method |
Sub MFFrameCreateWrapper( _ ByRef _pVidProps As M_VID_PROPS, _ ByVal _cbVideo As UInteger, _ ByVal _lpVideo As Long, _ ByVal _pObject As Object, _ ByRef _ppFrame As MFFrame _ )
void MFFrameCreateWrapper( ref M_VID_PROPS _pVidProps, uint _cbVideo, long _lpVideo, object _pObject, out MFFrame _ppFrame )
procedure MFFrameCreateWrapper( var _pVidProps: M_VID_PROPS; _cbVideo: LongWord; _lpVideo: Int64; _pObject: TObject; Out _ppFrame: MFFrame );
void MFFrameCreateWrapper( ref M_VID_PROPS _pVidProps, uint _cbVideo, long _lpVideo, IUnknown* _pObject, [PARAMFLAG::Out] MFFrame* _ppFrame )