Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 30 - AppleTalk Reference / AppleTalk Addressing Reference
AppleTalk Utility Functions /


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
The OTInitNBPEntity 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, the OTSetNBPType function, and the OTSetNBPZone function, respectively.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998