acioNextNamedEntry
Call the acioNextNamedEntry
function to locate the next child entry in a result that matches the name.
Syntax
t_aciObject* acioNextNamedEntry( t_aciObject* pObject, const char* szName)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI_DATA object that contains an XML result. |
szName
|
const char* The name of the tag to match. |
Discussion
Find the next entry in the same manner as acioNextEntry
, but skip tags that do not match szName
.
Returns
The next entry that matches or NULL
if the object is not found or no next entry exists.