摘要: [DllImport("user32.dll", EntryPoint = "ShowCursor", CharSet = CharSet.Auto)] public extern static void ShowCursor(int status); //显示鼠标 ShowCursor(1); / 阅读全文
posted @ 2021-09-24 10:11 GP19 阅读(377) 评论(0) 推荐(0)
摘要: class SystemUtil { [StructLayout(LayoutKind.Sequential, Pack = 1)] internal struct TokPriv1Luid { public int Count; public long Luid; public int Attr; 阅读全文
posted @ 2021-09-24 10:10 GP19 阅读(192) 评论(0) 推荐(0)