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.

45 lines
641 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. bowipx.h
  5. Abstract:
  6. This module implements all of the routines that interface with the TDI
  7. transport for NT
  8. Author:
  9. Eyal Schwartz (EyalS) 9-Dec-1998
  10. Revision History:
  11. --*/
  12. #ifndef _BOWSECUR_
  13. #define _BOWSECUR_
  14. extern
  15. SECURITY_DESCRIPTOR
  16. *g_pBowSecurityDescriptor;
  17. NTSTATUS
  18. BowserInitializeSecurity(
  19. IN PDEVICE_OBJECT pDevice
  20. );
  21. BOOLEAN
  22. BowserSecurityCheck (
  23. PIRP Irp,
  24. PIO_STACK_LOCATION IrpSp,
  25. PNTSTATUS Status
  26. );
  27. #endif // _BOWSECUR_