DBinfoElementOfObjectByNameAsULONG

Top  Previous  Next

Value as an ULONG of attribute with name determine.

With this call it is possible to determine his value to a given attribute name. If no attribute with this name exists in the given object, 0 is delivered as a result. The contents of the attribute is delivered as an ULONG.

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

(ULONG) [OUT]

If a value can be determined, he is delivered as an ULONG, but 0.

Declaration

#include "database.h"

 

ULONG DLLENTRY DBinfoElementOfObjectByNameAsULONG (

POBJECT object,

char * infoName

);

Related functions

DBinfoElementOfObjectByName

DBinfoElementOfObjectByNameAsUSHORT