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 /


OTExtractNBPName

Extracts the name part of an NBP name from an NBP entity structure.

C INTERFACE
void OTExtractNBPName(const NBPEntity* entity, 
                     char* name);
C++ INTERFACE
None. C++ applications use the C interface to this function.

PARAMETERS
entity
A pointer to the NBP entity structure from which you wish to extract the name.
name
A pointer to the string buffer in which to store the name portion of an NBP name string that you wish to extract from the NBP entity.
DISCUSSION
The OTExtractNBPName function extracts the name part of an NBP name from the specified NBP entity structure and stores it into the string buffer specified by the name parameter.

To store the name, type, and zone parts of an NBP name in an NBP entity structure, use the OTSetNBPName function, the OTSetNBPType function, and the OTSetNBPZone function, respectively.

To extract the type and zone parts of an NBP name in an NBP entity structure, use the OTExtractNBPType function and the OTExtractNBPZone function, respectively.

SEE ALSO
"The NBP Address Structure".


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998