SdbGetFirstChild function

Searches for a child TAG within the specified parent and returns the TAGID of the first child.

Syntax

TAGID WINAPI SdbGetFirstChild(
  _In_ PDB   pdb,
  _In_ TAGID tiParent
);

Parameters

pdb [in]

A handle to the shim database.

tiParent [in]

The TAGID of the search start. This parameter can be TAGID_ROOT or TAG_TYPE_LIST.

Return value

The TAGID of the first child or TAGID_NULL is no child is found.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
DLL
Apphelp.dll

See also

SdbFindFirstTag

SdbFindNextTag

SdbGetNextChild