ClfsLsnContainer function (wdm.h)
The ClfsLsnContainer routine returns the logical container identifier contained in a specified LSN.
CLFSUSER_API CLFS_CONTAINER_ID ClfsLsnContainer(
[in] const CLFS_LSN *plsn
);
[in] plsn
A pointer to a CLFS_LSN structure from which the container identifier is retrieved.
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.
For an explanation of CLFS concepts and terminology, see Common Log File System.
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 |