Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 2.03 KB

nf-clfs-clfslsnequal.md

File metadata and controls

85 lines (63 loc) · 2.03 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clfs.ClfsLsnEqual
ClfsLsnEqual function (clfs.h)
Determines whether two LSNs from the same stream are equal.
ClfsLsnEqual
LsnEqual
LsnEqual function [Files]
clfs/LsnEqual
fs.lsnequal
fs\lsnequal.htm
fs
995b3afd-5724-40d1-ab80-f2c7b2ea8560
12/05/2018
ClfsLsnEqual, LsnEqual, LsnEqual function [Files], clfs/LsnEqual, fs.lsnequal
clfs.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 R2 [desktop apps only]
Clfsw32.lib
Clfsw32.dll
Windows
19H1
ClfsLsnEqual
clfs/ClfsLsnEqual
c++
APIRef
kbSyntax
DllExport
Clfsw32.dll
LsnEqual

ClfsLsnEqual function

-description

Determines whether two LSNs from the same stream are equal.

-parameters

-param plsn1 [in]

A pointer to a CLFS_LSN structure to be compared with plsn2.

-param plsn2 [in]

A pointer to a CLFS_LSN structure to be compared with plsn1.

-returns

Returns TRUE if the two LSNs are equal; otherwise, FALSE.

-remarks

CLFS_LSN_NULL (the smallest LSN) and CLFS_LSN_INVALID (larger than any valid LSN) are valid arguments to this function.

LSNs from different streams are not comparable. Do not use this function to compare LSNs from different streams.

-see-also

LsnGreater

LsnLess

LsnNull