| Description | 
            
            
                 | Converts an an aliased url (wtpub://alias/etc/p.prt) suitable for use in functions like ProMdlLoad to an unaliased URL (http://windchillserver.ptc.com/etc). | 
            
            
                
                    | Replacement in Object TOOLKIT:  | pfcBaseSession::GetUrlFromAliasedUrl | 
                
            
            
                | Synopsis | 
            
            
                | #include <ProWTUtils.h> | 
            
            
                | ProError | ProServerAliasedURLToURL | ( | 
            
            
                 | wchar_t* aliased_url |  | 
            
            
                 | /*
(In) | 
            
            
                 | The aliased URL. | 
            
            
                 | */ | 
            
            
                 | wchar_t** url |  | 
            
            
                 | /*
(Out) | 
            
            
                 | The unaliased URL. Free this string using ProWstringFree(). If the server is in offline mode url will be null string. | 
            
            
                 | */ | 
            
            
                | ) | 
            
            
                | Returns | 
            
            
                 | 
                    
                 |