VApp: enumeraciones

AlgoritmoHash

Algoritmos estándar:
  • Md4 = 0
  • Md5 = 1
  • Sha1 = 2
  • Sha2_224 = 3
  • Sha2_256 = 4
  • Sha2_384 = 5
  • Sha2_512 = 6
  • Sha3_224 = Keccak_224 = 7
  • Sha3_256 = Keccak_256 = 8
  • Sha3_384 = Keccak_384 = 9
  • Sha3_512 = Keccak_512 = 10
  • RealSha3_224 = 11
  • RealSha3_256 = 12
  • RealSha3_384 = 13
  • RealSha3_512 = 14

Cursores

  • ArrowCursor = 0
  • UpArrowCursor = 1
  • CrossCursor = 2
  • WaitCursor = 3
  • IBeamCursor = 4
  • SizeVerCursor = 5
  • SizeHorCursor = 6
  • SizeBDialogCursor = 7
  • SizeFDialogCursor = 8
  • SizeAllCursor = 9
  • BlankCursor = 10
  • SplitVCursor = 11
  • SplitHCursor = 12
  • PointingHandCursor = 13
  • ForbiddenCursor = 14
  • WhatsThisCursor = 15
  • BusyCursor = 16
  • OpenHandCursor = 17
  • CloseHandCursor = 18

PaperSize

  • A4 = 0
  • B5 = 1
  • Letter = 2
  • Legal = 3
  • Executive = 4
  • A0 = 5
  • A1 = 6
  • A2 = 7
  • A3 = 8
  • A5 = 9
  • A6 = 10
  • A7 = 11
  • A8 = 12
  • A9 = 13
  • B0 = 14
  • B1 = 15
  • B10 = 16
  • B2 = 17
  • B3 = 18
  • B4 = 19
  • B6 = 20
  • B7 = 21
  • B8 = 22
  • B9 = 23
  • C5E = 24
  • Comm10E = 25
  • DLE = 26
  • Folio = 27
  • Ledge = 28
  • Tabloid = 29
  • Custom = 30

Paths

  • DocumentsPath = 1
  • DesktopPath = 0
  • FontsPath = 2
  • ApplicationsPath = 3
  • MusicPath = 4
  • MoviesPath = 5
  • PicturesPath = 6
  • TempPath = 7
  • HomePath = 8
  • DataPath = 9
  • CachePath = 10
  • GenericCachePath = 15
  • GenericDataPath = 11
  • RuntimePath = 12
  • ConfigPath = 13
  • DownloadPath = 14
  • GenericConfigPath = 16
  • AppDataPath = 17
  • AppLocalDataPath = DataPath

Calidad de conexión

  • Sin conexión = 0
  • Deficiente = 1
  • Mala = 2
  • Regular = 3
  • Cloud = 4
  • Wifi = 5
  • Red local = 6

Modos de compactación

  • 0 = CompactData → fichero de datos (.dat, .idx).
  • 1 = CompactContainer → contenedor (.cnd, .cni).
  • 2 = CompactAll → fichero de datos (.dat, .idx) y contenedor (.cnd, .cni).
Última actualización 1yr ago