This topic has not yet been rated - Rate this topic

SdbEndWriteListTag function

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

DLL

Apphelp.dll

See also

SdbBeginWriteListTag
SdbCloseDatabase
SdbCloseDatabaseWrite

 

 

Send comments about this topic to Microsoft

Build date: 12/7/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.