名字空间 |
namespace | hgl |
| __MAKE_HGL__&&!__MAKE_PLUGIN__
|
namespace | hgl::info |
枚举 |
enum | hgl::info::HGLFlagString {
hgl::info::hfsNone = 0,
hgl::info::hfsName,
hgl::info::hfsEnglishName,
hgl::info::hfsVersion,
hgl::info::hfsAuthor,
hgl::info::hfsCMGDKPath,
hgl::info::hfsPlugInPath,
hgl::info::hfsGUIPath,
hgl::info::hfsStartPath,
hgl::info::hfsOSPath,
hgl::info::hfsDesktopPath,
hgl::info::hfsTempPath,
hgl::info::hfsUserDataPath,
hgl::info::hfsUserProgramPath,
hgl::info::hfsAppFileName,
hgl::info::hfsEnd
} |
enum | hgl::info::HGLFlagPointer {
hgl::info::hfpNone = 0,
hgl::info::hfpSII,
hgl::info::hfpApplication,
hgl::info::hfpWindow,
hgl::info::hfpFont,
hgl::info::hfpFlow,
hgl::info::hfpRootFlowControl,
hgl::info::hfpEnd
} |
函数 |
void | hgl::info::InitString () |
void | hgl::info::ClearString () |
void | hgl::info::SetString (int, const wchar_t *) |
void | hgl::info::InitPointer () |
void | hgl::info::SetPointer (int, void *) |
const wchar_t * | hgl::info::GetString (HGLFlagString) |
| 取得古月标记字符串
|
const void * | hgl::info::GetPointer (HGLFlagPointer) |