ClfsLsnRecordSequence function (wdm.h)
The ClfsLsnRecordSequence routine returns the record sequence number contained in a specified LSN.
Syntax
CLFSUSER_API ULONG ClfsLsnRecordSequence(
[in] const CLFS_LSN *plsn
);
Parameters
[in] plsn
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Server 2003 R2, Windows Vista, and later versions of Windows. |
Target Platform | Desktop |
Header | wdm.h (include Wdm.h) |
Library | Clfs.lib |
DLL | Clfs.sys |
IRQL | Any level |