This topic has not yet been rated - Rate this topic

ClfsLsnNull routine

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

Syntax


BOOLEAN ClfsLsnNull(
  _In_  const CLFS_LSN *plsn
);

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.

Requirements

Version

Available in Windows Server 2003 R2, Windows Vista, and later versions of Windows.

Header

Wdm.h (include Wdm.h)

Library

Contained in Clfs.lib.

IRQL

Any level

See also

ClfsLsnGreater
ClfsLsnLess
ClfsLsnEqual

 

 

Send comments about this topic to Microsoft

Build date: 5/22/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.