nbpType
LocationNameRec structure
#include <PPCToolBox.h>
typedef struct LocationNameRec{ Size Offset Description
PPCLocationKind locationKindSelector; 2 0 which variant
union {
EntityName nbpEntity; ·102 2 NBP name entity
Str32 nbpType; ·33 2 just the NBP type string,
for PPCOpen
} u;
typedef LocationNameRec *LocationNamePtr;