
28
3.9 SysSetStorageOffMaskTime
This function sets up a period of time that disables turning off the power after use of either one of
the memory storages.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetStorageOffMaskTime function.
Calling Sequences
[C++]
DWORD SysSetStorageOffMaskTime(
DWORD dwStorage,
DWORD dwStorageType
)
[Visual Basic]
Public Shared Function SysSetStorageOffMaskTime( _
ByVal dwStorage As Int32 _
ByVal dwStorageType As Int32 _
) As Int32
[C#]
public static Int32 SysSetStorageOffMaskTime(
Int32 dwStorage
Int32 dwStorageType
);
Parameters
dwStorage
This parameter is for setting up a time period in the unit of millisecond.
dwStorageType
This parameter is for setting storage type selecting one of the values listed below.
STORAGE_MASK_CF : CF card
STORAGE_MASK_SD : SD card
STORAGE_MASK_FD : Flash disc
STORAGE_MASK_PCMCIA : PCMCIA card
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales