摘要: [DllImport("user32.dll", EntryPoint = "ShowCursor", CharSet = CharSet.Auto)] public extern static void ShowCursor(int status); //显示鼠标 ShowCursor(1); / 阅读全文
posted @ 2021-09-24 10:11 G月月鸟 阅读(349) 评论(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 G月月鸟 阅读(162) 评论(0) 推荐(0) 编辑