32 lines
625 B
C
32 lines
625 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
|