예제 #1
0
파일: CADHelper.cpp 프로젝트: hunanhd/cbm
BOOL CADHelper::WriteLaunchInfo()
{
    CString CurrentPath = GetWorkDir();
    if( !writeTestKeybyWinAPI( CurrentPath ) ) return FALSE;
    if( !MotifiInfomationKey( 0 ) ) return FALSE;
    return TRUE;
}
예제 #2
0
bool writeRegByWinAPI( QString& cadPath)
{
	if(!writeTestKeybyWinAPI(cadPath)) return false;
	if(!writeInfomationKeybyWinAPI(cadPath)) return false;
	return true;
}