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

BcfModule.h

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

Initializes BCF SDK functionality.

The function checks whether all needed modules are loaded and loads them if they are not. If at least one of the necessary modules is not loaded, the function returns the eNullPtr error code.

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