LsnContainer function (clfsw32.h)

Retrieves the logical container ID that is contained in a specified LSN.

Syntax

CLFSUSER_API CLFS_CONTAINER_ID LsnContainer(
  [in] const CLFS_LSN *plsn
);

Parameters

[in] plsn

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

Return value

This function returns the logical container ID that is contained in plsn. The logical container ID is not necessarily the same as the ID of the physical container on stable storage.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Target Platform Windows
Header clfsw32.h
Library Clfsw32.lib
DLL Clfsw32.dll

See also

LsnBlockOffset

LsnCreate

LsnRecordSequence