Important: The information in this document is obsolete and should not be used for new development.
OTInitNBPEntity
Initializes an NBP entity structure.C INTERFACE
void OTInitNBPEntity(NBPEntity* nbpEntity);C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
nbpEntity
- A pointer to the NBP entity structure you wish to initialize.
DISCUSSION
TheOTInitNBPEntity
function initializes an NBP entity structure, setting the name, type and zone parts of an NBP name to empty strings.To store the name, type, and zone parts of an NBP name in an NBP entity structure, use the
OTSetNBPType
function, theOTSetNBPType
function, and theOTSetNBPZone
function, respectively.