close
調用格式
>using System.Runtime.InteropServices; //引用此名稱空間
>...
>//使用DllImportAttribute特性來引入api函數
>[DllImport("kernel32.dll")]
>private extern static uint SetSystemTime(ref SYSTEMTIME lpSystemTime);
相關連結
全站熱搜