
44
3.25 SysSetBackupLife
This function sets up a period of time to back up data in the RAM. Data in the RAM will be backed
up for approximately 1.5 days if NORMAL_LIFE is specified in the dwSetBackupLife parameter or
3.0 days if LONG_LIFE is specified.
Calling Sequences
[C++]
DWORD SysSetBackupLife(
DWORD dwSetBackupLife
)
[Visual Basic]
Public Shared Function SysSetBackupLife( _
ByVal dwSetBackuplife As Int32 _
) As Int32
[C#]
public static Int32 SysSetBackupLife(
Int32 dwSetBackuplife
);
Parameters
dwSetBackupLife
This parameter is for specifying data backup period in the RAM selecting either of the
values listed below.
LONG_LIFE : Approx 3.0 days
NORMAL_LIFE : Approx 1.5 days
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern