ClfsLsnNull - NtDoc

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

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

NtDoc

No description available.

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

ClfsLsnNull function

Description

The ClfsLsnNull routine determines whether a specified LSN is equal to the smallest possible LSN, CLFS_LSN_NULL.

Parameters

plsn [in]

A pointer to a CLFS_LSN structure that supplies the LSN to be tested.

Return value

ClfsLsnNull returns TRUE if the LSN supplied by the caller is equal to CLFS_LSN_NULL; otherwise, it returns FALSE.

Remarks

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

See also

ClfsLsnEqual

ClfsLsnGreater

ClfsLsnLess