ReactOS 0.4.15-dev-8636-g945e856
|
Go to the source code of this file.
Classes | |
struct | tagVS_FIXEDFILEINFO |
Typedefs | |
typedef struct tagVS_FIXEDFILEINFO | VS_FIXEDFILEINFO |
#define VFT2_DRV_COMM __MSABI_LONG(0x0000000a) |
#define VFT2_DRV_DISPLAY __MSABI_LONG(0x00000004) |
#define VFT2_DRV_INPUTMETHOD __MSABI_LONG(0x0000000b) |
#define VFT2_DRV_INSTALLABLE __MSABI_LONG(0x00000008) |
#define VFT2_DRV_KEYBOARD __MSABI_LONG(0x00000002) |
#define VFT2_DRV_LANGUAGE __MSABI_LONG(0x00000003) |
#define VFT2_DRV_MOUSE __MSABI_LONG(0x00000005) |
#define VFT2_DRV_NETWORK __MSABI_LONG(0x00000006) |
#define VFT2_DRV_PRINTER __MSABI_LONG(0x00000001) |
#define VFT2_DRV_SOUND __MSABI_LONG(0x00000009) |
#define VFT2_DRV_SYSTEM __MSABI_LONG(0x00000007) |
#define VFT2_DRV_VERSIONED_PRINTER __MSABI_LONG(0x0000000c) |
#define VFT2_FONT_RASTER __MSABI_LONG(0x00000001) |
#define VFT2_FONT_TRUETYPE __MSABI_LONG(0x00000003) |
#define VFT2_FONT_VECTOR __MSABI_LONG(0x00000002) |
#define VFT2_UNKNOWN __MSABI_LONG(0x00000000) |
#define VFT_APP __MSABI_LONG(0x00000001) |
#define VFT_DLL __MSABI_LONG(0x00000002) |
#define VFT_DRV __MSABI_LONG(0x00000003) |
#define VFT_FONT __MSABI_LONG(0x00000004) |
#define VFT_STATIC_LIB __MSABI_LONG(0x00000007) |
#define VFT_UNKNOWN __MSABI_LONG(0x00000000) |
#define VFT_VXD __MSABI_LONG(0x00000005) |
#define VIF_ACCESSVIOLATION __MSABI_LONG(0x00000200) |
#define VIF_BUFFTOOSMALL __MSABI_LONG(0x00040000) |
#define VIF_CANNOTCREATE __MSABI_LONG(0x00000800) |
#define VIF_CANNOTDELETE __MSABI_LONG(0x00001000) |
#define VIF_CANNOTDELETECUR __MSABI_LONG(0x00004000) |
#define VIF_CANNOTLOADCABINET __MSABI_LONG(0x00100000) |
#define VIF_CANNOTLOADLZ32 __MSABI_LONG(0x00080000) |
#define VIF_CANNOTREADDST __MSABI_LONG(0x00020000) |
#define VIF_CANNOTREADSRC __MSABI_LONG(0x00010000) |
#define VIF_CANNOTRENAME __MSABI_LONG(0x00002000) |
#define VIF_DIFFCODEPG __MSABI_LONG(0x00000010) |
#define VIF_DIFFLANG __MSABI_LONG(0x00000008) |
#define VIF_DIFFTYPE __MSABI_LONG(0x00000020) |
#define VIF_FILEINUSE __MSABI_LONG(0x00000080) |
#define VIF_MISMATCH __MSABI_LONG(0x00000002) |
#define VIF_OUTOFMEMORY __MSABI_LONG(0x00008000) |
#define VIF_OUTOFSPACE __MSABI_LONG(0x00000100) |
#define VIF_SHARINGVIOLATION __MSABI_LONG(0x00000400) |
#define VIF_SRCOLD __MSABI_LONG(0x00000004) |
#define VIF_TEMPFILE __MSABI_LONG(0x00000001) |
#define VIF_WRITEPROT __MSABI_LONG(0x00000040) |
#define VOS__BASE __MSABI_LONG(0x00000000) |
#define VOS__PM16 __MSABI_LONG(0x00000002) |
#define VOS__PM32 __MSABI_LONG(0x00000003) |
#define VOS__WINDOWS16 __MSABI_LONG(0x00000001) |
#define VOS__WINDOWS32 __MSABI_LONG(0x00000004) |
#define VOS_DOS __MSABI_LONG(0x00010000) |
#define VOS_DOS_WINDOWS16 (VOS_DOS|VOS__WINDOWS16) |
#define VOS_DOS_WINDOWS32 (VOS_DOS|VOS__WINDOWS32) |
#define VOS_NT __MSABI_LONG(0x00040000) |
#define VOS_NT_WINDOWS32 (VOS_NT|VOS__WINDOWS32) |
#define VOS_OS216 __MSABI_LONG(0x00020000) |
#define VOS_OS232 __MSABI_LONG(0x00030000) |
#define VOS_UNKNOWN __MSABI_LONG(0x00000000) |
#define VOS_WINCE __MSABI_LONG(0x00050000) |
#define VS_FF_DEBUG __MSABI_LONG(0x01) |
#define VS_FF_INFOINFERRED __MSABI_LONG(0x10) |
#define VS_FF_PATCHED __MSABI_LONG(0x04) |
#define VS_FF_PRERELEASE __MSABI_LONG(0x02) |
#define VS_FF_PRIVATEBUILD __MSABI_LONG(0x08) |
#define VS_FF_SPECIALBUILD __MSABI_LONG(0x20) |
#define VS_FFI_FILEFLAGSMASK __MSABI_LONG(0x0000003f) /* valid flags */ |
#define VS_FFI_SIGNATURE __MSABI_LONG(0xfeef04bd) /* FileInfo Magic */ |
#define VS_FFI_STRUCVERSION __MSABI_LONG(0x00010000) /* struc version 1.0 */ |
#define VS_FILE_INFO RT_VERSION |