diff options
Diffstat (limited to 'src/dutil/inc/regutil.h')
-rw-r--r-- | src/dutil/inc/regutil.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/dutil/inc/regutil.h b/src/dutil/inc/regutil.h index 2f09d244..75284940 100644 --- a/src/dutil/inc/regutil.h +++ b/src/dutil/inc/regutil.h | |||
@@ -226,6 +226,19 @@ HRESULT DAPI RegQueryKey( | |||
226 | __out_opt DWORD* pcSubKeys, | 226 | __out_opt DWORD* pcSubKeys, |
227 | __out_opt DWORD* pcValues | 227 | __out_opt DWORD* pcValues |
228 | ); | 228 | ); |
229 | HRESULT DAPI RegKeyReadNumber( | ||
230 | __in HKEY hk, | ||
231 | __in_z LPCWSTR wzSubKey, | ||
232 | __in_z_opt LPCWSTR wzName, | ||
233 | __in BOOL f64Bit, | ||
234 | __out DWORD* pdwValue | ||
235 | ); | ||
236 | BOOL DAPI RegValueExists( | ||
237 | __in HKEY hk, | ||
238 | __in_z LPCWSTR wzSubKey, | ||
239 | __in_z_opt LPCWSTR wzName, | ||
240 | __in BOOL f64Bit | ||
241 | ); | ||
229 | 242 | ||
230 | #ifdef __cplusplus | 243 | #ifdef __cplusplus |
231 | } | 244 | } |