ClfsLsnCreate - NtDoc

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

CLFSUSER_API CLFS_LSN ClfsLsnCreate(
  [in] CLFS_CONTAINER_ID cidContainer,
  [in] ULONG             offBlock,
  [in] ULONG             cRecord
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

ClfsLsnCreate function

Description

The ClfsLsnCreate routine creates a log sequence number (LSN), given a container identifier, a block offset, and a record sequence number.

Parameters

cidContainer [in]

An integer in the range 0x0 through 0xFFFFFFFF that supplies the container identifier.

offBlock [in]

The block offset. This parameter must be a multiple of 512.

cRecord [in]

An integer in the range 0 - 511 that supplies the record sequence number.

Return value

ClfsLsnCreate returns a CLFS_LSN structure that represents the container identifier, block offset, and record sequence number supplied by the caller.

Remarks

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

systems.

See also

ClfsLsnBlockOffset

ClfsLsnContainer

ClfsLsnRecordSequence