CMGDK r49-rc2
|
#include <hgl/Other.H>
#include <hgl/type/DataType.H>
#include <hgl/type/WideString.H>
#include <windows.h>
#include <shobjidl.h>
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
namespace | hgl::os |
操作系统相关功能名字空间 | |
函数 | |
void | hgl::os::PopupWebBrowser (const wchar_t *) |
弹出网页浏览器 | |
void | hgl::os::PopupEmailClient (const wchar_t *, const wchar_t *sub=NULL) |
弹出电子邮件客户端 | |
bool | hgl::os::CreateShortCut (const wchar_t *, const wchar_t *, const wchar_t *w=0, const wchar_t *p=0, const wchar_t *icon=0) |
创建快捷方式 | |
void | hgl::os::CopyTextToClipboard (const wchar_t *) |
复制字符串到剪贴板 | |
const wchar_t * | hgl::os::GetTextFromClipboard () |
从剪贴板取得字符串 |