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

Parameters

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

Reference

MFrameClass Class
MFrameClass Members