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.

24 lines
758 B

  1. /****************************************************************************/
  2. // omission.h
  3. //
  4. // Copyright (C) 2001 Microsoft Corp.
  5. /****************************************************************************/
  6. #ifndef _OMISSION_H_
  7. #define _OMISSION_H_
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #include <windows.h>
  12. #define REGISTRY_ENTRIES L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Terminal Server\\Compatibility\\Registry Entries"
  13. #define SOFTWARE_PATH L"\\Software"
  14. BOOL RegPathExistsInOmissionList(PWCHAR pwchKeyToCheck);
  15. BOOL HKeyExistsInOmissionList(HKEY hKeyToCheck);
  16. BOOL ExistsInEnumeratedKeys(HKEY hOmissionKey, PKEY_FULL_INFORMATION pDefKeyInfo, PWCHAR pwchKeyToCheck);
  17. #endif //_OMISSION_H_