Lines Matching refs:registry

1 !define registry::Open `!insertmacro registry::Open`  definition
3 !macro registry::Open _PATH _OPTIONS _HANDLE macro
4 registry::_Open /NOUNLOAD `${_PATH}` `${_OPTIONS}`
9 !define registry::Find `!insertmacro registry::Find` definition
11 !macro registry::Find _HANDLE _PATH _VALUEORKEY _STRING _TYPE macro
12 registry::_Find /NOUNLOAD `${_HANDLE}`
20 !define registry::Close `!insertmacro registry::Close` definition
22 !macro registry::Close _HANDLE macro
23 registry::_Close /NOUNLOAD `${_HANDLE}`
27 !define registry::KeyExists `!insertmacro registry::KeyExists` definition
29 !macro registry::KeyExists _PATH _ERR macro
30 registry::_KeyExists /NOUNLOAD `${_PATH}`
35 !define registry::Read `!insertmacro registry::Read` definition
37 !macro registry::Read _PATH _VALUE _STRING _TYPE macro
38 registry::_Read /NOUNLOAD `${_PATH}` `${_VALUE}`
44 !define registry::Write `!insertmacro registry::Write` definition
46 !macro registry::Write _PATH _VALUE _STRING _TYPE _ERR macro
47 registry::_Write /NOUNLOAD `${_PATH}` `${_VALUE}` `${_STRING}` `${_TYPE}`
52 !define registry::ReadExtra `!insertmacro registry::ReadExtra` definition
54 !macro registry::ReadExtra _PATH _VALUE _NUMBER _STRING _TYPE macro
55 registry::_ReadExtra /NOUNLOAD `${_PATH}` `${_VALUE}` `${_NUMBER}`
61 !define registry::WriteExtra `!insertmacro registry::WriteExtra` definition
63 !macro registry::WriteExtra _PATH _VALUE _STRING _ERR macro
64 registry::_WriteExtra /NOUNLOAD `${_PATH}` `${_VALUE}` `${_STRING}`
69 !define registry::CreateKey `!insertmacro registry::CreateKey` definition
71 !macro registry::CreateKey _PATH _ERR macro
72 registry::_CreateKey /NOUNLOAD `${_PATH}`
77 !define registry::DeleteValue `!insertmacro registry::DeleteValue` definition
79 !macro registry::DeleteValue _PATH _VALUE _ERR macro
80 registry::_DeleteValue /NOUNLOAD `${_PATH}` `${_VALUE}`
85 !define registry::DeleteKey `!insertmacro registry::DeleteKey` definition
87 !macro registry::DeleteKey _PATH _ERR macro
88 registry::_DeleteKey /NOUNLOAD `${_PATH}`
93 !define registry::DeleteKeyEmpty `!insertmacro registry::DeleteKeyEmpty` definition
95 !macro registry::DeleteKeyEmpty _PATH _ERR macro
96 registry::_DeleteKeyEmpty /NOUNLOAD `${_PATH}`
101 !define registry::CopyValue `!insertmacro registry::CopyValue` definition
103 !macro registry::CopyValue _PATH_SOURCE _VALUE_SOURCE _PATH_TARGET _VALUE_TARGET _ERR macro
104registry::_CopyValue /NOUNLOAD `${_PATH_SOURCE}` `${_VALUE_SOURCE}` `${_PATH_TARGET}` `${_VALUE_TA…
109 !define registry::MoveValue `!insertmacro registry::MoveValue` definition
111 !macro registry::MoveValue _PATH_SOURCE _VALUE_SOURCE _PATH_TARGET _VALUE_TARGET _ERR macro
112registry::_MoveValue /NOUNLOAD `${_PATH_SOURCE}` `${_VALUE_SOURCE}` `${_PATH_TARGET}` `${_VALUE_TA…
117 !define registry::CopyKey `!insertmacro registry::CopyKey` definition
119 !macro registry::CopyKey _PATH_SOURCE _PATH_TARGET _ERR macro
120 registry::_CopyKey /NOUNLOAD `${_PATH_SOURCE}` `${_PATH_TARGET}`
125 !define registry::MoveKey `!insertmacro registry::MoveKey` definition
127 !macro registry::MoveKey _PATH_SOURCE _PATH_TARGET _ERR macro
128 registry::_MoveKey /NOUNLOAD `${_PATH_SOURCE}` `${_PATH_TARGET}`
133 !define registry::SaveKey `!insertmacro registry::SaveKey` definition
135 !macro registry::SaveKey _PATH _FILE _OPTIONS _ERR macro
136 registry::_SaveKey /NOUNLOAD `${_PATH}` `${_FILE}` `${_OPTIONS}`
141 !define registry::RestoreKey `!insertmacro registry::RestoreKey` definition
143 !macro registry::RestoreKey _FILE _ERR macro
144 registry::_RestoreKey /NOUNLOAD `${_FILE}`
149 !define registry::StrToHex `!insertmacro registry::StrToHexA` definition
150 !define registry::StrToHexA `!insertmacro registry::StrToHexA` definition
152 !macro registry::StrToHexA _STRING _HEX_STRING macro
153 registry::_StrToHexA /NOUNLOAD `${_STRING}`
158 !define registry::StrToHexW `!insertmacro registry::StrToHexW` definition
160 !macro registry::StrToHexW _STRING _HEX_STRING macro
161 registry::_StrToHexW /NOUNLOAD `${_STRING}`
166 !define registry::HexToStr `!insertmacro registry::HexToStrA` definition
167 !define registry::HexToStrA `!insertmacro registry::HexToStrA` definition
169 !macro registry::HexToStrA _HEX_STRING _STRING macro
170 registry::_HexToStrA /NOUNLOAD `${_HEX_STRING}`
174 !define registry::HexToStrW `!insertmacro registry::HexToStrW` definition
176 !macro registry::HexToStrW _HEX_STRING _STRING macro
177 registry::_HexToStrW /NOUNLOAD `${_HEX_STRING}`
182 !define registry::Unload `!insertmacro registry::Unload` definition
184 !macro registry::Unload macro
185 registry::_Unload