// wdm.h
CLFSUSER_API ULONG ClfsLsnRecordSequence(
[in] const CLFS_LSN *plsn
);
View the official Windows Driver Kit DDI referenceNo description available.
The ClfsLsnRecordSequence routine returns the record sequence number contained in a specified LSN.
plsn [in]A pointer to a CLFS_LSN structure from which the record sequence number is retrieved.
ClfsLsnRecordSequence returns the record sequence number contained in the LSN that is supplied by the caller.
For an explanation of CLFS concepts and terminology, see Common Log File System.