Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Retrieves the string data for the specified TAGID.
Syntax
LPTSTR WINAPI SdbGetStringTagPtr(
_In_ PDB pdb,
_In_ TAGID tiWhich
);
Parameters
-
pdb [in]
-
A handle to the shim database.
-
tiWhich [in]
-
The TAGID that corresponds to the string data to be retrieved.
Return value
The function returns a pointer to the string data or NULL if the TAGID is invalid or not of type TAG_TYPE_STRING or TAG_TYPE_STRINGREF.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| DLL |
|
See also