Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches for the next child TAG within the specified parent and returns the TAGID of the next child.
Syntax
TAGID WINAPI SdbGetNextChild(
_In_ PDB pdb,
_In_ TAGID tiParent,
_In_ TAGID tiPrev
);
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.
-
tiPrev [in]
-
The TAGID of the previous child.
Return value
The TAGID of the child or TAGID_NULL if no child is found.
Remarks
Before calling this function, call the SdbGetFirstChild function.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| DLL |
|
See also