FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Create_Back_Up Method


In This Topic
    Create_Back_Up Method
    In This Topic
    Create_Back_Up is a Function that is used to Create a Backup in Memory.
    Syntax
    'Declaration
     
    
    Public Function Create_Back_Up( _
       ByVal DeviceHandle As IntPtr, _
       ByVal SourcePageNumber As Integer, _
       ByVal DestinationPageNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim SourcePageNumber As Integer
    Dim DestinationPageNumber As Integer
    Dim value As String
     
    value = instance.Create_Back_Up(DeviceHandle, SourcePageNumber, DestinationPageNumber)

    Parameters

    DeviceHandle
    SourcePageNumber
    DestinationPageNumber

    Return Value

    If successful:

    Return Value = 0

    If Unsuccessful, the Return Value will be:

    Return Value = "Error"; An Error occured when attempting Create_Back_Up

    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also