Lines Matching refs:value

71  * @param flags Or'ed value of:
115 * Win32 Only: Retrieve a registry value string from an open key.
116 * @param result The string value retrieved
117 * @param key The registry key to retrieve the value from
118 * @param valuename The named value to retrieve (pass "" for the default)
121 * if the registry value is set with AP_REG_EXPAND (REG_EXPAND_SZ), such
130 * Win32 Only: Store a registry value string into an open key.
131 * @param key The registry key to store the value into
132 * @param valuename The named value to store (pass "" for the default)
133 * @param value The string to store for the named value
140 const char *value,
145 * Win32 Only: Retrieve a raw byte value from an open key.
146 * @param result The raw bytes value retrieved
148 * @param resulttype Pointer to a variable to store the registry type of the value retrieved
149 * @param key The registry key to retrieve the value from
150 * @param valuename The named value to retrieve (pass "" for the default)
161 * Win32 Only: Store a raw bytes value into an open key.
162 * @param key The registry key to store the value into
163 * @param valuename The named value to store (pass "" for the default)
164 * @param value The bytes to store for the named value
165 * @param valuesize The number of bytes for value
172 const void *value,
178 * Win32 Only: Retrieve a registry value string from an open key.
180 * @param key The registry key to retrieve the value from
181 * @param valuename The named value to retrieve (pass "" for the default)
190 * Win32 Only: Store a registry value string array into an open key.
191 * @param key The registry key to store the value into
192 * @param valuename The named value to store (pass "" for the default)
204 * Win32 Only: Remove a registry value from an open key.
205 * @param key The registry key to remove the value from
206 * @param valuename The named value to remove (pass "" for the default)