| Description | ||||||||
| Gets the description for a given conflict. This description is the exact string shown in Creo Parametric by the Server Console. This description will be returned in the localized language of the session. | ||||||||
| Synopsis | ||||||||
| #include <ProWTUtils.h> | ||||||||
| ProError | ProServerconflictsDescriptionGet | ( | ||||||
| ProServerConflicts conflict | ||||||||
| /* (In) | ||||||||
| Information about conflicts | ||||||||
| */ | ||||||||
| wchar_t** description | ||||||||
| /* (Out) | ||||||||
| The description of the conflict. Free this string using ProWstringFree(). | ||||||||
| */ | ||||||||
| ) | ||||||||
| Returns | ||||||||
                    
  | 
            ||||||||