码迷,mamicode.com
首页 > 其他好文 > 详细

遇到很多次,要注意区分service调用,本地用户调用这些区别

时间:2016-07-24 01:43:02      阅读:497      评论:0      收藏:0      [点我收藏+]

标签:

The WTSQueryUserToken function obtains the primary access token of the logged-on user specified by the session ID. To call this function successfully, the calling application must be running within the context of theLocalSystem account and have the SE_TCB_NAME privilege.

MSDN明确指出调用该函数必须使用LocalSystem账户,并且拥有SE_TCB_NAME权限。

普通用户或者LocalService的服务,调用均会返回1314。

在创建服务时,指定参数为NULL,即使用默认的LocalSystem账户。

遇到很多次,要注意区分service调用,本地用户调用这些区别

标签:

原文地址:http://www.cnblogs.com/aguncn/p/5699954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!