Source code of Windows XP (NT5)
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.

32 lines
444 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. adtutil.h - Security Auditing - Utility Routines
  5. Abstract:
  6. This Module contains miscellaneous utility routines private to the
  7. Security Auditing Component.
  8. Author:
  9. 11-April-2001 kumarp created
  10. Environment:
  11. Kernel Mode
  12. Revision History:
  13. --*/
  14. NTSTATUS
  15. SepRegQueryDwordValue(
  16. IN PCWSTR KeyName,
  17. IN PCWSTR ValueName,
  18. OUT PULONG Value
  19. );