SdbFindFirstTag function

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

Syntax

TAGID WINAPI SdbFindFirstTag(
  _In_ PDB   pdb,
  _In_ TAGID tiParent,
  _In_ TAG   tTag
);

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.

tTag [in]

The TAG to be matched. See TAG for a list of possible values.

Return value

The TAGID of the first match.

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

SdbFindNextTag

SdbTagRefToTagID