BDN_ARS_LEASE

[This is preliminary documentation and subject to change.]

Structure containing information about an IP address reservation.

typedef struct {
    BDN_IP_ADDR    Address;      // The IP address to reserve
    DWORD          LeaseID;      // ID for this reservation
    FILETIME       TimeStart;    // Start time of the reservation
    FILETIME       TimeEnd;      // End time of the reservation
} BDN_ARS_LEASE;