ItemInfo
return fReplicantTray->ItemInfo(id, name);
return fReplicantTray->ItemInfo(name, id);
status_t ItemInfo(int32 id, const char** name,
status_t ItemInfo(const char* name, int32* id,
ItemInfo(message);
if (fBarView->ItemInfo(id, &name, &shelf) == B_OK) {
if (fBarView->ItemInfo(name, &id, &shelf) == B_OK) {
void ItemInfo(BMessage* message);
status_t ItemInfo(int32 target, const char** name);
status_t ItemInfo(const char* name, int32* id);
status_t ItemInfo(int32 index, const char** name,
if (fParent->ItemInfo(index, &name, &id) == B_OK)