OTInitNBPEntity
Initializes an NBP entity structure.C INTERFACE
void OTInitNBPEntity(NBPEntity* nbpEntity);C++ INTERFACES
None. C++ applications use the C interface to this function.PARAMETERS
nbpEntity- A pointer to the NBP entity structure you wish to initialize.
DESCRIPTION
TheOTInitNBPEntityfunction initializes an NBP entity structure, setting the name, type and zone parts of an NBP name to empty strings.SEE ALSO
The NBP entity structure is described in the section "The NBP Entity Structure," beginning on page 10-20.To store the name, type, and zone parts of an NBP name in an NBP entity structure, use the
OTSetNBPTypefunction (page 10-32), theOTSetNBPTypefunction (page 10-32), and theOTSetNBPZonefunction (page 10-34), respectively.