SdbTagToString function

Retrieves the display name of the specified TAG.

Syntax

LPCTSTR WINAPI SdbTagToString(
  _In_ TAG tag
);

Parameters

tag [in]

The TAG.

Return value

The function returns a pointer to the null-terminated string or "InvalidTag".

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

TAG