API Reference > Functions > odBcfUninitialize Function
odBcfUninitialize Function
Syntax
C++
BCF_EXPORT OdResult odBcfUninitialize();

BcfModule.h

Returns eOk if BCF SDK was successfully de-initialized; otherwise, the function returns an appropriate error code.

De-initializes BCF SDK functionality.

The function checks whether the needed modules are loaded and decreases the reference counters for them. If a reference counter for any appropriate module becomes equal to zero, the function unloads the module. If no BCF-related modules are loaded, the function returns the eNullPtr error code.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.