OID_CO_DELETE_ADDRESS
The OID_CO_DELETE_ADDRESS OID is sent by a client to a call manager to delete an alias address for a host. The alias address is formatted as a CO_ADDRESS structure, defined as follows:
typedef struct _CO_ADDRESS {
ULONG AddressSize;
UCHAR Address[1];
} CO_ADDRESS, *PCO_ADDRESS;
The members of this structure contain the following information:
AddressSize
Specifies the size in bytes of the structure at Address .
Address
Specifies a variable-length array that contains the alias address. The address format is specific to the signaling protocol used by the call manager.
Requirements
Version: Windows Vista and later Header: Ntddndis.h (include Ndis.h)