在线笔记
全部博文(596)
发布时间:2013-12-27 17:14:08
锁屏的函数以下是找不到定义的解决方法http://www.rupeng.com/forum/thread-4007-1-1.html#ifndef WINVER#define WINVER 0x0400/** If you need Win32 API features newer the Win95 and WinNT then you must* define WINVER before including windows.h or any other method of including* the windef.h header.........【阅读全文】
发布时间:2013-12-26 18:00:31
refer to: http://tocspblog.appspot.com/?p=22001, 转自编程思索想实现向linux那样的多个虚拟桌面么?想知道让服务程序显示界面么?那么就认证看一下下面的说明吧。1. 远程桌面会话当一个用户登录到一个开启了远程桌面的机器时,便会开始一个该用户的会话。每个会话使用一个唯一的会话ID来标识。.........【阅读全文】
发布时间:2013-12-26 17:50:42
http://www.cppblog.com/dawnbreak/archive/2009/07/16/90291.aspxsession是由代表单个用户登录会话的所有进程和系统对象组成的。其中的对象包括所有的窗口,桌面和windows stations。桌面是特定session页的内存池并且被加载到内核存储区。这个区域正是session私有的GUI对象的存储区域。windows station基本上可以被.........【阅读全文】