Tianchi
v0.0.2 build 20130701
C++ library for Qt with VC & mingW
|
与操作系统相关的操作类 更多...
#include <tcos.h>
静态 Public 成员函数 | |
static QString | name () |
取操作系统名称,支持Windows和Linux 更多... | |
static QString | language () |
取操作系统的语言,仅支持 Windows 更多... | |
static bool | login (const QString &Domain, const QString &UserID, const QString &Password) |
Windows 域用户登录,仅支持 Windows. 更多... | |
与操作系统相关的操作类
|
static |
取操作系统的语言,仅支持 Windows
|
static |
Windows 域用户登录,仅支持 Windows.
[in] | Domain | Windows 域名或本机机器名 |
[in] | UserID | 域用户名或本机用户名 |
[in] | Password | 用户密码 |
|
static |
取操作系统名称,支持Windows和Linux