SdbBeginWriteListTag function

Creates a new list TAG for write operations.

Syntax

TAGID WINAPI SdbBeginWriteListTag(
  _In_ PDB pdb,
  _In_ TAG tTag
);

Parameters

pdb [in]

A handle to the shim database.

tTag [in]

The TAG for the new entry. This value must be of type TAG_TYPE_LIST.

Return value

The function returns the TAGID of the new list on success or TAGID_NULL on failure.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
DLL
Apphelp.dll

See also

SdbCloseDatabase

SdbCloseDatabaseWrite

SdbEndWriteListTag

TAG

TAG Types

TAGID