Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsDiscInfoMBS class.

WindowsDiscInfoMBS.BufferSize as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The buffer size of the disc controller.

This value is set if Mode contains 1.
(Read only property)

WindowsDiscInfoMBS.BytesPerSector as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The number of bytes per sector.

This value is set if Mode contains 4.
Typically 512 bytes, but that can increase in the future.
(Read and Write property)

Some examples using this property:

WindowsDiscInfoMBS.Drive as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The drive number.

(Read and Write property)

WindowsDiscInfoMBS.Fixed as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Whether this device is fixed.

This value is set if Mode contains 1 or 4.
(Read and Write property)

WindowsDiscInfoMBS.Mode as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
This value shows which properties of the instance have been set with values.

Mode is a bitwise or combination of values 1, 2 or 4. So value is 6 if mode 2 and 4 are set. You can test with bitwiseand(mode,mask). For example if bitwiseAnd(mode,4)=4 then BytesPerSector is valid.
(Read and Write property)

WindowsDiscInfoMBS.ModelNumber as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The model number string for this device.
Example
dim discs(-1) as WindowsDiscInfoMBS = WindowsDiscInfoMBS.Devices

for each disc as WindowsDiscInfoMBS in discs
MsgBox disc.ModelNumber
next

This string is not available for all discs.
This value is set if Mode contains 1 or 2.
(Read and Write property)

WindowsDiscInfoMBS.ProductRevision as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The product revision string.

This string is not available for all discs.
This value is set if Mode contains 2.
(Read and Write property)

Some examples using this property:

WindowsDiscInfoMBS.Removable as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Whether this device is removable.

This value is set if Mode contains 1 or 4.
(Read and Write property)

Some examples using this property:

WindowsDiscInfoMBS.RevisionNumber as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The revision number of the disc.

This string is not available for all discs.
This value is set if Mode contains 1.
(Read and Write property)

Some examples using this property:

WindowsDiscInfoMBS.SectorsPerTrack as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The number of sectors per track.

This value is set if Mode contains 4.
(Read and Write property)

Some examples using this property:

WindowsDiscInfoMBS.SerialNumber as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The serial number of the device.

This string is not available for all discs.
This value is set if Mode contains 1 or 2.
(Read and Write property)

WindowsDiscInfoMBS.Size as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The size of this disc in bytes.

This value is set if Mode contains 1 or 4.
(Read only property)

WindowsDiscInfoMBS.TracksPerCylinder as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The number of tracks per cylinder.

This value is set if Mode contains 4.
(Read and Write property)

Some examples using this property:

WindowsDiscInfoMBS.VendorId as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS Win Plugin 10.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The vendor ID of the disc.

This value is set if Mode contains 2.
This string is not available for all discs.
(Read and Write property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...