ReactOS 0.4.15-dev-7958-gcd0bb1a
vfdver.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VFD_PRODUCT_NAME   "Virtual Floppy Drive for Windows"
 
#define VFD_PRODUCT_MAJOR   2
 
#define VFD_PRODUCT_MINOR   1
 
#define VFD_DRIVER_FILENAME   "vfd.sys"
 
#define VFD_DRIVER_MAJOR   2
 
#define VFD_DRIVER_MINOR   1
 
#define VFD_BUILD_YEAR   2008
 
#define VFD_BUILD_MDAY   0206
 
#define VFD_COMPANY_NAME   "Ken Kato"
 
#define VFD_COPYRIGHT_YEARS   "2003-2008"
 
#define VFD_VERSIONINFO_LANG   "040904B0"
 
#define VFD_VERSIONINFO_TRANS   0x0409, 0x04B0
 
#define VFD_DEBUG_FLAG   0
 
#define VFD_DEBUG_TAG
 
#define VFD_PRODUCT_VERSION_VAL    ((ULONG)((USHORT)VFD_PRODUCT_MAJOR<<16)|((USHORT)VFD_PRODUCT_MINOR))
 
#define VFD_DRIVER_VERSION_VAL    ((ULONG)((USHORT)VFD_DRIVER_MAJOR<<16)|((USHORT)VFD_DRIVER_MINOR))
 
#define VFD_FILE_VERSION_VAL    ((ULONG)((USHORT)VFD_FILE_MAJOR<<16)|((USHORT)VFD_FILE_MINOR))
 
#define VFD_VERSION_STR2(a, b)   #a "." #b
 
#define VFD_VERSION_STR(a, b)   VFD_VERSION_STR2(a,b)
 
#define VFD_PRODUCT_VERSION_STR   VFD_VERSION_STR(VFD_PRODUCT_MAJOR,VFD_PRODUCT_MINOR)
 
#define VFD_DRIVER_VERSION_STR   VFD_VERSION_STR(VFD_DRIVER_MAJOR,VFD_DRIVER_MINOR)
 
#define VFD_FILE_VERSION_STR   VFD_VERSION_STR(VFD_FILE_MAJOR,VFD_FILE_MINOR)
 
#define VFD_BUILD_DATE_STR   VFD_VERSION_STR(VFD_BUILD_YEAR,VFD_BUILD_MDAY)
 
#define VFD_PRODUCT_DESC    VFD_PRODUCT_NAME " " VFD_PRODUCT_VERSION_STR "." VFD_BUILD_DATE_STR VFD_DEBUG_TAG
 
#define VFD_COPYRIGHT_STR    "Copyright (c) " VFD_COPYRIGHT_YEARS " " VFD_COMPANY_NAME
 

Macro Definition Documentation

◆ VFD_BUILD_DATE_STR

Definition at line 61 of file vfdver.h.

◆ VFD_BUILD_MDAY

#define VFD_BUILD_MDAY   0206

Definition at line 25 of file vfdver.h.

◆ VFD_BUILD_YEAR

#define VFD_BUILD_YEAR   2008

Definition at line 24 of file vfdver.h.

◆ VFD_COMPANY_NAME

#define VFD_COMPANY_NAME   "Ken Kato"

Definition at line 28 of file vfdver.h.

◆ VFD_COPYRIGHT_STR

#define VFD_COPYRIGHT_STR    "Copyright (c) " VFD_COPYRIGHT_YEARS " " VFD_COMPANY_NAME

Definition at line 69 of file vfdver.h.

◆ VFD_COPYRIGHT_YEARS

#define VFD_COPYRIGHT_YEARS   "2003-2008"

Definition at line 29 of file vfdver.h.

◆ VFD_DEBUG_FLAG

#define VFD_DEBUG_FLAG   0

Definition at line 40 of file vfdver.h.

◆ VFD_DEBUG_TAG

#define VFD_DEBUG_TAG

Definition at line 41 of file vfdver.h.

◆ VFD_DRIVER_FILENAME

#define VFD_DRIVER_FILENAME   "vfd.sys"

Definition at line 19 of file vfdver.h.

◆ VFD_DRIVER_MAJOR

#define VFD_DRIVER_MAJOR   2

Definition at line 20 of file vfdver.h.

◆ VFD_DRIVER_MINOR

#define VFD_DRIVER_MINOR   1

Definition at line 21 of file vfdver.h.

◆ VFD_DRIVER_VERSION_STR

Definition at line 59 of file vfdver.h.

◆ VFD_DRIVER_VERSION_VAL

#define VFD_DRIVER_VERSION_VAL    ((ULONG)((USHORT)VFD_DRIVER_MAJOR<<16)|((USHORT)VFD_DRIVER_MINOR))

Definition at line 50 of file vfdver.h.

◆ VFD_FILE_VERSION_STR

#define VFD_FILE_VERSION_STR   VFD_VERSION_STR(VFD_FILE_MAJOR,VFD_FILE_MINOR)

Definition at line 60 of file vfdver.h.

◆ VFD_FILE_VERSION_VAL

#define VFD_FILE_VERSION_VAL    ((ULONG)((USHORT)VFD_FILE_MAJOR<<16)|((USHORT)VFD_FILE_MINOR))

Definition at line 53 of file vfdver.h.

◆ VFD_PRODUCT_DESC

Definition at line 66 of file vfdver.h.

◆ VFD_PRODUCT_MAJOR

#define VFD_PRODUCT_MAJOR   2

Definition at line 15 of file vfdver.h.

◆ VFD_PRODUCT_MINOR

#define VFD_PRODUCT_MINOR   1

Definition at line 16 of file vfdver.h.

◆ VFD_PRODUCT_NAME

#define VFD_PRODUCT_NAME   "Virtual Floppy Drive for Windows"

Definition at line 14 of file vfdver.h.

◆ VFD_PRODUCT_VERSION_STR

Definition at line 58 of file vfdver.h.

◆ VFD_PRODUCT_VERSION_VAL

#define VFD_PRODUCT_VERSION_VAL    ((ULONG)((USHORT)VFD_PRODUCT_MAJOR<<16)|((USHORT)VFD_PRODUCT_MINOR))

Definition at line 47 of file vfdver.h.

◆ VFD_VERSION_STR

#define VFD_VERSION_STR (   a,
  b 
)    VFD_VERSION_STR2(a,b)

Definition at line 57 of file vfdver.h.

◆ VFD_VERSION_STR2

#define VFD_VERSION_STR2 (   a,
  b 
)    #a "." #b

Definition at line 56 of file vfdver.h.

◆ VFD_VERSIONINFO_LANG

#define VFD_VERSIONINFO_LANG   "040904B0"

Definition at line 33 of file vfdver.h.

◆ VFD_VERSIONINFO_TRANS

#define VFD_VERSIONINFO_TRANS   0x0409, 0x04B0

Definition at line 34 of file vfdver.h.