Public Overridable Sub MFFrameCreateFromMemEx( _
ByRef As M_AV_PROPS, _
ByRef As MF_VID_PTR, _
ByVal As Integer, _
ByVal As Long, _
ByRef As MFFrame, _
ByVal As String _
)
public virtual void MFFrameCreateFromMemEx(
ref M_AV_PROPS ,
ref MF_VID_PTR ,
int ,
long ,
out MFFrame ,
string
)
public procedure MFFrameCreateFromMemEx(
var : M_AV_PROPS;
var : MF_VID_PTR;
: Integer;
: Int64;
Out : MFFrame;
: String
); virtual;
public: virtual void MFFrameCreateFromMemEx(
ref M_AV_PROPS ,
ref MF_VID_PTR ,
int ,
long ,
[PARAMFLAG::Out] MFFrame* ,
BSTR*
)