mirror of https://github.com/tongzx/nt5src
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
23 lines
330 B
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
iisnatio.h
|
|
|
|
Abstract:
|
|
|
|
This module declare IIS NAT IOCTL
|
|
|
|
Author:
|
|
|
|
Philippe Choquier ( phillich )
|
|
|
|
--*/
|
|
|
|
#if !defined(_IISNATIO_INCLUDED)
|
|
|
|
#define IOCTL_IISNATIO_SET_CONFIG CTL_CODE(FILE_DEVICE_UNKNOWN, 0x0800, METHOD_BUFFERED, FILE_WRITE_ACCESS)
|
|
|
|
#endif
|