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.
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 |
|
See also