Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
454 B

  1. // regutil.h : This file contains the
  2. // Created: Mar '98
  3. // History:
  4. // Copyright (C) 1998 Microsoft Corporation
  5. // All rights reserved.
  6. // Microsoft Confidential
  7. #if !defined(_REGUTIL_H_)
  8. #define _REGUTIL_H_
  9. bool GetRegistryDWORD( HKEY hk, LPTSTR lpszTag, LPDWORD lpdwValue,
  10. DWORD dwDefault, BOOL fOverwrite );
  11. bool GetRegistrySZ( HKEY hk, LPTSTR tag, LPTSTR* lpszValue, LPTSTR def, BOOL fOverwrite );
  12. #endif // _REGUTIL_H_