Constants

object Constants

Properties

Link copied to clipboard
const val APP: Int

The file contains an application.

Link copied to clipboard
const val DLL: Int

The file contains a DLL.

Link copied to clipboard
const val DRV: Int

The file contains a device driver. If dwFileType is VFT_DRV, dwFileSubtype contains a more specific description of the driver.

Link copied to clipboard
const val FONT: Int

The file contains a font. If dwFileType is VFT_FONT, dwFileSubtype contains a more specific description of the font file.

Link copied to clipboard
const val STATIC_LIB: Int

The file contains a static-link library.

Link copied to clipboard
const val UNKNOWN: Int

The file type is unknown to the system.

Link copied to clipboard
const val VXD: Int

The file contains a virtual device.