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.

31 lines
441 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Header Name:
  4. settings.h
  5. Abstract:
  6. Interfaces for enabling verifier flags.
  7. Author:
  8. Silviu Calinoiu (SilviuC) 17-Apr-2001
  9. Revision History:
  10. --*/
  11. #ifndef _SETTINGS_H_
  12. #define _SETTINGS_H_
  13. NTSTATUS
  14. VerifierSetFlags (
  15. PUNICODE_STRING ApplicationName,
  16. ULONG VerifierFlags,
  17. PVOID Details
  18. );
  19. #endif // _SETTINGS_H_