LsnRecordSequence function (clfsw32.h)

Retrieves the record sequence number that is contained in a specified LSN.

Syntax

CLFSUSER_API ULONG LsnRecordSequence(
  [in] const CLFS_LSN *plsn
);

Parameters

[in] plsn

A pointer to a CLFS_LSN structure from which the record sequence number is to be retrieved.

Return value

The record sequence number that is contained in plsn.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Target Platform Windows
Header clfsw32.h
Library Clfsw32.lib
DLL Clfsw32.dll

See also

LsnBlockOffset

LsnContainer

LsnCreate