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.
Ends the write operations for the specified list.
Syntax
BOOL WINAPI SdbEndWriteListTag(
_Inout_ PDB pdb,
_In_ TAGID tiList
);
Parameters
-
pdb [in, out]
-
A handle to the shim database.
-
tiList [in]
-
The TAGID of the list
Return value
The function returns TRUE on success or FALSE on failure.
Remarks
Call this function after writing all list entries; it will mark the end of the list.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| DLL |
|
See also