GEV_STATUS GevEnumerateNetworkInterfaces

(GEV_NETWORK_INTERFACE *pIPAddr,
 UINT32 maxInterfaces,
 PUINT32 pNumInterfaces);

Description

Fills a list of network interfaces visible from the application.

Parameters

pIPAddr

Network interface data structure (GEV_NETWORK_INTERFACE) to contain information found for NIC cards in the system.

maxInterfaces

Maximum number of interfaces for which there is storage in pIPAddr.

pNumIntefaces

Number of network interfaces found.

Return Value

GEV_STATUS

Always returns success (GEV_STATUS_SUCCESS / GEVLIB_OK)

Related Topics

Member Function Descriptions