ClfsLsnNull function (clfs.h)

Determines whether a specified LSN is equal to the smallest possible LSN, which is CLFS_LSN_NULL.

Syntax

CLFSUSER_API BOOLEAN ClfsLsnNull(
  [in] const CLFS_LSN *plsn
);

Parameters

[in] plsn

A pointer to the CLFS_LSN structure to be tested.

Return value

TRUE if plsn is equal to CLFS_LSN_NULL; otherwise, FALSE.

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 clfs.h
Library Clfsw32.lib
DLL Clfsw32.dll

See also

LsnEqual

LsnGreater

LsnLess