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.

76 lines
537 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sandbox.h
  5. Abstract:
  6. <abstract>
  7. Author:
  8. <full name> (<alias>) <date>
  9. Revision History:
  10. <alias> <date> <comments>
  11. --*/
  12. //
  13. // Includes
  14. //
  15. // None
  16. //
  17. // Strings
  18. //
  19. // None
  20. //
  21. // Constants
  22. //
  23. #define SB_CLOSE 0x0100
  24. //
  25. // Macros
  26. //
  27. // None
  28. //
  29. // Types
  30. //
  31. typedef void * SBHANDLE;
  32. //
  33. // Globals
  34. //
  35. // None
  36. //
  37. // Macro expansion list
  38. //
  39. // None
  40. //
  41. // Public function prototypes
  42. //
  43. // None
  44. //
  45. // Macro expansion definition
  46. //
  47. // None