ClfsLsnContainer - NtDoc

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

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

NtDoc

No description available.

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

ClfsLsnContainer function

Description

The ClfsLsnContainer routine returns the logical container identifier contained in a specified LSN.

Parameters

plsn [in]

A pointer to a CLFS_LSN structure from which the container identifier is retrieved.

Return value

ClfsLsnContainer returns the logical container identifier contained in the LSN that is supplied by the caller. The logical container identifier is not necessarily the same as the identifier of the physical container on stable storage.

Remarks

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

See also

ClfsLsnBlockOffset

ClfsLsnCreate

ClfsLsnRecordSequence