lcUninitialize Home

Performs LiteCAD uninitialization. This function should be called once as the last operation performed by LiteCAD.

 BOOL lcUninitialize (
   BOOL bSaveConfig
 );

Parameters
bSaveConfig
  If TRUE, then LiteCAD will save current system configuration into the LC_PROP_G_DIRCFG directory.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcInitialize