09 2021 档案

摘要: 阅读全文
posted @ 2021-09-30 23:33 GP19 阅读(373) 评论(0) 推荐(0)
摘要:[DllImport("user32.dll", EntryPoint = "ShowCursor", CharSet = CharSet.Auto)] public extern static void ShowCursor(int status); //显示鼠标 ShowCursor(1); / 阅读全文
posted @ 2021-09-24 10:11 GP19 阅读(378) 评论(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 阅读(195) 评论(0) 推荐(0)