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.

30 lines
460 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. visettings.h
  5. Abstract:
  6. This header contains private information used to manage the verifier
  7. settings. This header should be included only by vfsettings.c.
  8. Author:
  9. Adrian J. Oney (adriao) 31-May-2000
  10. Environment:
  11. Kernel mode
  12. Revision History:
  13. --*/
  14. //
  15. // Note the rounding up to the nearest ULONG.
  16. //
  17. #define OPTION_SIZE ((VERIFIER_OPTION_MAX+sizeof(ULONG)*8-1)/8)