Home | History | Annotate | Download | only in base

Lines Matching full:registry

23 // Utility class to read from and manipulate the registry.
24 // Registry vocabulary primer: a "key" is like a folder, in which there
95 HKEY key_; // the registry key being iterated
100 // Standalone registry functions -- sorta deprecated, they now map to
104 // Add a raw data to the registry -- you can pass NULL for the data if
113 // Convenience routine to add a string value to the registry
119 // Read raw data from the registry -- pass something as the dtype
127 // Delete a value or a key from the registry
137 // delete a key and all subkeys from the registry
145 // Iterates the entries found in a particular folder on the registry.
174 HKEY key_; // the registry key being iterated
206 HKEY key_; // the registry key being iterated