Category Manufacturing, Object ProMfgdb

Function ProMfgdbDeregister


Description
Deregisters an external database with Creo Parametric. It also calls any ProMfgdbLogoffAction action defined by the user.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbDeregister(
ProMfgdbObjCategory target
/* (In)
Category of the registered database.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deregistered the database.
PRO_TK_BAD_INPUTSDatabase of the input Category is not available.