DBinfoElementOfObjectByName

Top  Previous  Next

DBinfoElementOfObjectByName

Act from attribute with name investigate.

With this call it is possible to determine his Trading to a given attribute name. If no attribute with this name exists in the given object, one becomes as a result zero-acts delivered. One gets the contents of the ascertained attribute with the call DBreturnInfoSettings.

Parametre

object (POBJECT) [IN]

This is the trading of the object by which the attribute is searched.

infoName (char *) [IN]

This is the name of the attribute which is searched in the object object. The name is a string ASCII. The string is casesensitive.

Result

(PINFO_ELEMENT) [OUT]

The procedure delivers as a result of this Trading of the desired attribute. If the attribute could not be found, one becomes zero-acts delivered.

Declaration

#include "database.h"

 

PINFO_ELEMENT DLLENTRY DBinfoElementOfObjectByName (

POBJECT object,

char * infoName

);