随笔分类 - Win32 API
摘要:[DllImport("user32.dll", EntryPoint = "ShowCursor", CharSet = CharSet.Auto)] public extern static void ShowCursor(int status); //显示鼠标 ShowCursor(1); /
阅读全文
摘要:class SystemUtil { [StructLayout(LayoutKind.Sequential, Pack = 1)] internal struct TokPriv1Luid { public int Count; public long Luid; public int Attr;
阅读全文
浙公网安备 33010602011771号