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.
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997 - 2000
//
// File: N E T R I P . H
//
// Contents: Routines supporting RAS interoperability
//
// Notes:
//
// Author: billi 07 03 2001
//
// History:
//
//----------------------------------------------------------------------------
#pragma once
#include <iphlpapi.h>
#define HNW_ED_NONE 0x0
#define HNW_ED_RELEASE 0x1
#define HNW_ED_RENEW 0x2
#define DEFAULT_SCOPE_ADDRESS 0x0100a8c0
#define DEFAULT_SCOPE_MASK 0x00ffffff
|