Gets the MAC address of the first network card found on the system. Note that some computer systems have several network cards. This function returns the MAC address of the first card only. To get a list of all MAC addresses on a system, use the GetMACAddresses method.
C++: _bstr_t GetFirstMACAddress ();
C#: string GetFirstMACAddress ();
Parameters
None.
Return
Returns the MAC address of the first network card found on the system.
Comments
0 comments
Article is closed for comments.