虚拟桌面(X-WINDOWS那样的)(50分)

  • 主题发起人 主题发起人 吴剑明
  • 开始时间 开始时间

吴剑明

Unregistered / Unconfirmed
GUEST, unregistred user!
如题,有人做过吗?
请教一下原理。
 
有人会吗?
 
CloseDesktop Closes a specified desktop.
CreateDesktop Creates a new desktop on a specified window station.
EnumDesktops Enumerates the desktops on a specified window station by repeatedly calling an application-defined EnumDesktopProc callback function.
EnumDesktopWindows Enumerates the windows on a specified desktop by repeatedly calling an application-defined EnumWindowsProc callback function.
GetThreadDesktop Returns a handle of the desktop assigned to the calling thread.
GetUserObjectInformation Gets information about a window station or desktop object.
GetUserObjectSecurity Gets security information for a window station or desktop object.
OpenDesktop Opens a handle of an existing desktop.
SetThreadDesktop Assigns a specified desktop to the calling thread.
SetUserObjectInformation Sets information about a window station or desktop object.
SetUserObjectSecurity Sets security information for a window station or desktop object.
试试这些函数,但我没试过。
 
X Window 是虚拟桌面吗?
 
lczhuohuo:
吓,X WINDOW 有虚拟桌面!
 
CloseDesktop Closes a specified desktop.
CreateDesktop Creates a new desktop on a specified window station.
EnumDesktops Enumerates the desktops on a specified window station by repeatedly calling an application-defined EnumDesktopProc callback function.
EnumDesktopWindows Enumerates the windows on a specified desktop by repeatedly calling an application-defined EnumWindowsProc callback function.
GetThreadDesktop Returns a handle of the desktop assigned to the calling thread.
GetUserObjectInformation Gets information about a window station or desktop object.
GetUserObjectSecurity Gets security information for a window station or desktop object.
OpenDesktop Opens a handle of an existing desktop.
SetThreadDesktop Assigns a specified desktop to the calling thread.
SetUserObjectInformation Sets information about a window station or desktop object.
SetUserObjectSecurity Sets security information for a window station or desktop object.
 
还没空调试,忙着跳呢。
CAKK别把我删了
 
X-WINDOWS和WINDOWS的原理不一样,前者建在SHELL上,相当于服务程序.
后者是与核心整合的.也许您能用ypy或chen的API做一个桌面.
我的理解可能不对,大家指正.
 
wumeng:可以指教详细些吗?
 
还有人能给DEMO吗?
 
多人接受答案了。
 
后退
顶部