WTSQueryUserToken
[DllImport("wtsapi32.dll", SetLastError = true)]
public static extern bool WTSQueryUserToken(
uint SessionId,
ref IntPtr phToken
);Last updated
[DllImport("wtsapi32.dll", SetLastError = true)]
public static extern bool WTSQueryUserToken(
uint SessionId,
ref IntPtr phToken
);Last updated