API Documentation > Windchill servers > Object ProServer > Function ProServerUnregister
Function ProServerUnregister
Description
Unregisters a given server and cleans a local cache for the server.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerUnregister
(
wchar_t* alias
/* (In)
The name used by Creo Parametric to refer to this server.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The server is not registered.
Cannot delete this workspace.
The workspace cannot be deleted due to checked out objects in its contents.
If any other error occures.
User Guide References
Was this helpful?