|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| #define CDRW_SERVICE_PATH TEXT("SYSTEM\\CurrentControlSet\\Services\\") CDRW_SERVICE |
| #define REG_CD_BURNER_KEY_NAME L"\\REGISTRY\\USER\\CURRENTUSER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CD Burning" |
| #define UDF_ALLOW_UPDATE_TIMES_ACCS_UCHG_DIR L"AllowUpdateAccessTimeInUnchangedDir" |
| #define UDF_ALLOW_UPDATE_TIMES_ACCS_UCHG_DIR_USER "AllowUpdateAccessTimeInUnchangedDir" |
| #define UDF_ALLOW_WRITE_IN_RO_DIR L"AllowCreateInsideReadOnlyDirectory" |
| #define UDF_ALLOW_WRITE_IN_RO_DIR_USER "AllowCreateInsideReadOnlyDirectory" |
| #define UDF_CACHE_SIZE_MULTIPLIER_USER "WCacheSizeMultiplier" |
| #define UDF_COMPARE_BEFORE_WRITE_USER "CompareBeforeWrite" |
| #define UDF_DIR_PACK_THRESHOLD_NAME_USER "PackDirThreshold" |
| #define UDF_DIRTY_VOLUME_BEHAVIOR L"DirtyVolumeVolumeAction" |
| #define UDF_DIRTY_VOLUME_BEHAVIOR_USER "DirtyVolumeVolumeAction" |
| #define UDF_FORCE_WRITE_THROUGH_NAME_USER "ForceWriteThrough" |
| #define UDF_IGNORE_SEQUENTIAL_IO_USER "IgnoreSequantialIo" |
| #define UDF_INSTANT_COMPAT_ALLOC_DESCS L"AllocDescCompatInstantBurner" |
| #define UDF_INSTANT_COMPAT_ALLOC_DESCS_USER "AllocDescCompatInstantBurner" |
| #define UDF_NO_SPARE_BEHAVIOR L"NoFreeRelocationSpaceVolumeAction" |
| #define UDF_NO_SPARE_BEHAVIOR_USER "NoFreeRelocationSpaceVolumeAction" |
| #define UDF_NO_UPDATE_PERIOD_NAME_USER "MaxNoUpdatePeriod" |
| #define UDF_PART_DAMAGED_BEHAVIOR L"PartitialDamagedVolumeAction" |
| #define UDF_PART_DAMAGED_BEHAVIOR_USER "PartitialDamagedVolumeAction" |
| #define UDF_READAHEAD_GRAN_NAME_USER "ReadAheadGranlarity" |
| #define UDF_SERVICE_PARAM_PATH_W L"SYSTEM\\CurrentControlSet\\Services\\DwUdf\\Parameters" |
| #define UDF_SERVICE_PATH TEXT("SYSTEM\\CurrentControlSet\\Services\\") UDF_SERVICE |
| #define UDF_SERVICE_PATH_DEAULT_W L"SYSTEM\\CurrentControlSet\\Services\\DwUdf\\Parameters_Default" |
| #define UDF_SERVICE_PATH_W L"SYSTEM\\CurrentControlSet\\Services\\DwUdf" |
| #define UDF_TREE_FLUSH_PERIOD_NAME_USER "DirTreeFlushPeriod" |
| #define UDF_UPDATE_DIR_TIMES_ATTR_R L"UpdateDirAttrAndTimesOnAccess" |
| #define UDF_UPDATE_DIR_TIMES_ATTR_R_USER "UpdateDirAttrAndTimesOnAccess" |
| #define UDF_UPDATE_DIR_TIMES_ATTR_W L"UpdateDirAttrAndTimesOnModify" |
| #define UDF_UPDATE_DIR_TIMES_ATTR_W_USER "UpdateDirAttrAndTimesOnModify" |
| #define UDF_UPDATE_TIMES_ACCS L"UpdateFileTimesLastAccess" |
| #define UDF_UPDATE_TIMES_ACCS_USER "UpdateFileTimesLastAccess" |
| #define UDF_UPDATE_TIMES_ATTR_USER "UpdateFileTimesAttrChg" |
| #define UDF_UPDATE_TIMES_MOD_USER "UpdateFileTimesLastWrite" |
| #define UDF_W2K_COMPAT_ALLOC_DESCS_USER "AllocDescCompatW2K" |
| #define UDFS_REC_DEVICE_OBJECT_NAME L"\\UdfsCdromRecognizer" |