功能:
系统功能函数的封装,相当于一个功能函数库,其成员函数都是公共静态成员。提供的主要功能函数有:
系统服务的注册、移除;系统信息的获取(系统版本、当前用户);系统锁定;输入桌面的切换(服务端与本机之间);当前VNC的配置信息等。
主要接口:
// Routine called by WinMain to cause WinVNC to be installed
// as a service.
static int WinVNCServiceMain();
// Routine to switch the service process across to the currently
// visible Window Station and back to its home window station again
static BOOL SelectInputWinStation();
static void SelectHomeWinStation();
// Routine to make any currently running version of WinVNC show its
// Properties dialog, to allow the user to make changes to their settings
static BOOL ShowProperties();
被引用的地方:
security.cpp
vncDesktopSW.cpp
vncMultiMonitor.cpp
vncacceptdialog.cpp
vncclient.cpp
vncdesktop.cpp
vncdesktopthread.h
vnckeymap.cpp
vncmenu.cpp
vncproperties.cpp
vncpropertiesPoll.cpp
vncserver.cpp
winvnc.cpp
2万+

被折叠的 条评论
为什么被折叠?



