Exemple #1
0
BOOL CADHelper::WriteLaunchInfo()
{
    CString CurrentPath = GetWorkDir();
    if( !writeTestKeybyWinAPI( CurrentPath ) ) return FALSE;
    if( !MotifiInfomationKey( 0 ) ) return FALSE;
    return TRUE;
}
bool writeRegByWinAPI( QString& cadPath)
{
	if(!writeTestKeybyWinAPI(cadPath)) return false;
	if(!writeInfomationKeybyWinAPI(cadPath)) return false;
	return true;
}