MPLATFORMLib Namespace > MFrameClass Class : MFSave Method |
Public Overridable Sub MFSave( _ ByRef _pcbData As UInteger, _ ByVal _ppData As IntPtr, _ ByVal _eSaveType As eMFrameClone _ )
public virtual void MFSave( out uint _pcbData, out IntPtr _ppData, eMFrameClone _eSaveType )
public procedure MFSave( Out _pcbData: LongWord; Out _ppData: IntPtr; _eSaveType: eMFrameClone ); virtual;
public: virtual void MFSave( [PARAMFLAG::Out] uint _pcbData, [PARAMFLAG::Out] IntPtr _ppData, eMFrameClone _eSaveType )