Public Member Functions | |
void | getItemAt (in unsigned long index,[retval] out IHostNetworkInterface item) |
void | enumerate ([retval] out IHostNetworkInterfaceEnumerator enumerator) |
void | findByName (in wstring name,[retval] out IHostNetworkInterface networkInterface) |
Searches this collection for a host network interface with the given name. | |
void | findById (in uuid id,[retval] out IHostNetworkInterface networkInterface) |
Searches this collection for a host network interface with the given GUID. | |
Public Attributes | |
readonly attribute unsigned long | count |
void IHostNetworkInterfaceCollection::getItemAt | ( | in unsigned long | index, | |
[retval] out IHostNetworkInterface | item | |||
) |
void IHostNetworkInterfaceCollection::enumerate | ( | [retval] out IHostNetworkInterfaceEnumerator | enumerator | ) |
void IHostNetworkInterfaceCollection::findByName | ( | in wstring | name, | |
[retval] out IHostNetworkInterface | networkInterface | |||
) |
Searches this collection for a host network interface with the given name.
name | Name of the host network interface to search for. | |
networkInterface | Found host network interface object. |
void IHostNetworkInterfaceCollection::findById | ( | in uuid | id, | |
[retval] out IHostNetworkInterface | networkInterface | |||
) |
Searches this collection for a host network interface with the given GUID.
id | GUID of the host network interface to search for. | |
networkInterface | Found host network interface object. |
readonly attribute unsigned long IHostNetworkInterfaceCollection::count |