ClfsLsnRecordSequence - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

CLFSUSER_API ULONG ClfsLsnRecordSequence(
  [in] const CLFS_LSN *plsn
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-clfslsnrecordsequence)

ClfsLsnRecordSequence function

Description

The ClfsLsnRecordSequence routine returns the record sequence number contained in a specified LSN.

Parameters

plsn [in]

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

Return value

ClfsLsnRecordSequence returns the record sequence number contained in the LSN that is supplied by the caller.

Remarks

For an explanation of CLFS concepts and terminology, see Common Log File System.

See also

ClfsLsnBlockOffset

ClfsLsnContainer