Discuss this help topic in SecureBlackbox Forum
Specifies total available space on a device in bytes.
Declaration
[VB.NET]
Property BytesOnDevice As Long
[Pascal]
property BytesOnDevice: Int64;
[C++]
int64_t get_BytesOnDevice();
void set_BytesOnDevice(int64_t Value);
[PHP]
integer get_BytesOnDevice()
void set_BytesOnDevice(integer $Value)
[Java]
long getBytesOnDevice();
void setBytesOnDevice(long Value);
Description
Use this property to get the amount of bytes available on a device.
Discuss this help topic in SecureBlackbox Forum