buf.regget
Getting a value. This method writes the value of a registry key into a Buffer object.
method buf buf.regget (
uint root,
str subkey,
str valname,
uint regtype
)
uint root,
str subkey,
str valname,
uint regtype
)
Parameters
root | A root key.
| ||||||||
subkey | A name of the registry key. | ||||||||
valname | A name of the specified key value. | ||||||||
regtype | The pointer to uint the type of this value will be written to. It can be 0. |
Return value
Returns the object which method has been called.
Related links | Source |