JCL Help:TJclFileVersionInfo.FileSubType

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Specifies the function of the file.


Pascal

 public property FileSubType: DWORD;


Description

FileSubType specifies the function of the file and serves as a further specification of the FileType. The possible values depend on the FileType property.
If dwFileType is VFT_DRV, dwFileSubtype can be one of the following values:

Flag Description
VFT2_UNKNOWN The driver type is unknown by the system.
VFT2_DRV_COMM The file contains a communications driver.
VFT2_DRV_PRINTER The file contains a printer driver.
VFT2_DRV_KEYBOARD The file contains a keyboard driver.
VFT2_DRV_LANGUAGE The file contains a language driver.
VFT2_DRV_DISPLAY The file contains a display driver.
VFT2_DRV_MOUSE The file contains a mouse driver.
VFT2_DRV_NETWORK The file contains a network driver.
VFT2_DRV_SYSTEM The file contains a system driver.
VFT2_DRV_INSTALLABLE The file contains an installable driver.
VFT2_DRV_SOUND The file contains a sound driver.


If dwFileType is VFT_FONT, dwFileSubtype can be one of the following values:

Flag Description
VFT2_UNKNOWN The font type is unknown by the system.
VFT2_FONT_RASTER The file contains a raster font.
VFT2_FONT_VECTOR The file contains a vector font.
VFT2_FONT_TRUETYPE The file contains a TrueType font.


If dwFileType is VFT_VXD, dwFileSubtype contains the virtual device identifier included in the virtual device control block. All dwFileSubtype values not listed here are reserved for future use by Microsoft.


About

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page