Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
53 of a single registry key accessible.
65 entry names are delimited with slashes "/" too, like in a
67 are represented as hexadecimals preceded with a "%" like in
112 a long value if the key contains one.
125 /** sets a long value to the key.
127 <p>If the key already has a value, the value will be
139 a sequence of longs if the key contains a long list value.
152 /** sets a long list value to the key.
154 <p>If the key already has a value, the value will be
183 If the key already has a value, the value will be overridden.
194 a sequence of ascii strings if the key contains an asci list value.
211 If the key already has a value, the value will be overridden.
222 a unicode string value if the key contains one.
235 /** sets a unicode string value to the key.
237 <p> If the key already has a value, the value will be
249 a sequence of unicode strings if the key contains an unicode string list value.
262 /** sets a unicode string value to the key.
264 <p>If the key already has a value, the value will be overridden.
275 a binary value if the key contains one.
288 /** sets a binary value to the key.
290 <p>If the key already has a value, the value will be
300 /** opens a sub key of the key.
302 <p>If the sub key does not exist, the function returns a
310 a NULL interface if the key does not exist.
319 /** creates a new key in the registry.<p>
328 a NULL interface if the key could not be created.
338 /** closes a key in the registry.
347 /** deletes a key from the registry.
362 /** opens all subkeys of the key. If a subkey is a link, the link will be
376 /** @returns a sequence with the names of all subkeys of the key.
377 If the key has no subkeys, the function returns an empty sequence. If a subkey is
378 a link, the name of the link will be returned.
387 /** creates a new link in the registry.
412 /** deletes a link from the registry.
428 the target (complete path of a key) of the link specified by rLinkName.
443 the resolved name of a key. The function resolve the complete name of the key.
444 If a link could not be resolved, the linktarget concatenated with the unresolved rest
448 specifies a relative path from the current key which will be resolved from all links.
451 if the registry is not open or a recursion was detected.