SdbFindFirstDWORDIndexedTag function
Finds the first DWORD record in the specified index that meets the specified criteria.
Syntax
TAGID WINAPI SdbFindFirstDWORDIndexedTag(
_In_ PDB pdb,
_In_ TAG tWhich,
_In_ TAG tKey,
_In_ DWORD dwName,
_Out_ FIND_INFO *pFindInfo
);
Parameters
-
pdb [in]
-
A handle to the shim database.
-
tWhich [in]
-
The index type. See TAG for a list of values.
-
tKey [in]
-
The key type.
-
dwName [in]
-
The name of the data to be found. This value will be converted into a key.
-
pFindInfo [out]
-
A FIND_INFO structure that receives the record.
Return value
The TAGID of the first match or TAG_NULL if no match is found.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
DLL |
|
See also