BOOL CPtr::AddFrame(CFrame *Frame2 = NULL);
{
   *Frame2=m_pPtr->GetFrame()
   return TRUE;
}
请问这样写合理吗?