DBfindSetElementByName

Top  Previous  Next

Master Member linking look for name.

Every master Member linking has a name. With this routine a Member element with the name name which should belong to the master object obj is searched.

Parametre

obj (POBJECT) [IN]

obj is the master object to which the Member element with the name name belongs.

name (char *) [IN]

For the sign chain name it is searched. Contains name the value ZERO the first Member element is delivered. Largely / use of small letters is not considered.

Result

(PSET_ELEMENT) [OUT]

If the Member element can be found, the trading becomes on it zurückgeliefert. If the Member element with the name name is not found, becomes ZERO zurückgeliefert. Contains name the value ZERO the first Member element is delivered to obj, if it belongs to a master Member linking.

Declaration

#include "database.h"

 

PSET_ELEMENT DLLENTRY DBfindSetElementByName (

POBJECT obj,

char * name

);

Related functions

DBfirstMemberOfConnection