/// <summary>
/// 封装了一些ShutDown中的功能
/// </summary>
public sealed class ShutDown
{
private ShutDown() { }
[StructLayout(LayoutKind.Sequential, Pack = 1)]
private struct tokpriv1luid
{
public int count;
public long luid;
public int attr;
}
[DllImport("kernel32.dll", Exac...
6年前 (2018-10-03) 1068℃ 0评论
0喜欢