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

相關連結
arrow
arrow
    全站熱搜

    JohnDX 發表在 痞客邦 留言(0) 人氣()