DBfirstMemberElementOfObject

Top  Previous  Next

Act of the first Member element

With DBfirstMemberElementOfObject and DBnextMemberElementOfObject if can be enumerated all elements of an object which are from the type Member element. If no Member elements exist in this object, this procedure delivers ZERO as a result, but the trading of the first Member element in this object.

Parametre

object (POBJECT) [IN]

The trading of the object to which the first Member element is searched.

Result

(PMEMBER_ELEMENT) [OUT]

If in this object a Member element exists, the trading of this element is delivered as a result, but ZERO.

Declaration

#include "database.h"

 

PMEMBER_ELEMENT DLLENTRY DBfirstMemberElementOfObject (

POBJECT object

);