设置系统的分辨率 系统色深 @param width 屏幕宽度 @param height 屏幕高度 @param depth 系统色深 @return 0: 失败 1: 成功
(int width,int height,int depth)
| 2581 | * @return 0: 失败 1: 成功 |
| 2582 | */ |
| 2583 | public int SetScreen(int width,int height,int depth){ |
| 2584 | return Dispatch.call(dm,"SetScreen",width,height,depth).getInt(); |
| 2585 | } |
| 2586 | |
| 2587 | /** |
| 2588 | * 设置当前系统的UAC(用户账户控制). |