WINCE.NET/WINDOWS MOBILE PDA 제품의 MAC Address 구하는 함수입니다. [System.Runtime.InteropServices.DllImport("iphlpapi.dll", SetLastError = true)] private static extern int GetAdaptersInfo(byte[] info, ref uint size); /// <summary> /// Gets the Mac Address /// </summary> /// <returns>the mac address or ""</returns> public string GetMacAddress..