출처 : http://www.codeproject.com/useritems/MAC_address_throuh_WMI.asp IntroductionThis sample piece of code has two purposes:First it will give you general background on who to use all this rich set of WMI classes in C++. Second it will demonstrate an alternative method for obtaining a MAC address of the network card of the computer.BackgroundI have stambled on this problem while I was using the ..