MFLoad Method (IMFFrame)
memory data size
pointer to memory data
load type
Loads a full copy of all data (used internally for transfer data between process)
Syntax
Sub MFLoad( _
   ByVal _cbData As UInteger, _
   ByRef _pbData As Byte, _
   ByVal _eLoadType As eMFrameClone _
) 
procedure MFLoad( 
    _cbData: LongWord;
   var  _pbData: Byte;
    _eLoadType: eMFrameClone
); 

Parameters

_cbData
memory data size
_pbData
pointer to memory data
_eLoadType
load type
See Also

Reference

IMFFrame Interface
IMFFrame Members