Hi all, I want to know if there is a command that i can get the last created release by PCMS api ? i try this code as below but i don't know how to continue to get result faster: PcmsObjStruct obj = { 0 }; obj.objType = PCMS_BASELINE; int noUids = 0;…