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.

23 lines
330 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. iisnatio.h
  5. Abstract:
  6. This module declare IIS NAT IOCTL
  7. Author:
  8. Philippe Choquier ( phillich )
  9. --*/
  10. #if !defined(_IISNATIO_INCLUDED)
  11. #define IOCTL_IISNATIO_SET_CONFIG CTL_CODE(FILE_DEVICE_UNKNOWN, 0x0800, METHOD_BUFFERED, FILE_WRITE_ACCESS)
  12. #endif