首页
社区
课程
招聘
[求助]有没有什么API可以设置服务容许与桌面交互.
发表于: 2008-7-10 13:28 5724

[求助]有没有什么API可以设置服务容许与桌面交互.

2008-7-10 13:28
5724
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
2
有一个帖子里说过这个问题,主要是要设置服务程序的默认桌面的问题,你搜索一下论坛
2008-7-11 14:00
0
雪    币: 249
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
3
1000862C  |.  FF15 EC020110 call    dword ptr [<&USER32.GetProcessWi>; [GetProcessWindowStation
10008632  |.  68 7F030000   push    37F                              ; /DesiredAccess = 37F
10008637  |.  6A 00         push    0                                ; |Inherit = FALSE
10008639  |.  68 C0450110   push    100145C0                         ; |StationName = "winsta0"
1000863E  |.  8BF0          mov     esi, eax                         ; |
10008640  |.  FF15 F0020110 call    dword ptr [<&USER32.OpenWindowSt>; \OpenWindowStationA
10008646  |.  85C0          test    eax, eax
10008648  |.  74 07         je      short 10008651
1000864A  |.  50            push    eax                              ; /hStation
1000864B  |.  FF15 F4020110 call    dword ptr [<&USER32.SetProcessWi>; \SetProcessWindowStation
10008651  |>  56            push    esi                              ; /hStation
10008652  |.  FF15 F8020110 call    dword ptr [<&USER32.CloseWindowS>; \CloseWindowStation
2008-7-11 15:02
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
4
受教育了,牛人啊
2008-7-12 11:41
0
游客
登录 | 注册 方可回帖
返回
//