Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the record sequence number that is contained in a specified LSN.
Syntax
CLFSUSER_API ULONG LsnRecordSequence(
[in] const CLFS_LSN *plsn
);
Parameters
[in] plsn
A pointer to a CLFS_LSN structure from which the record sequence number is to be retrieved.
Return value
The record sequence number that is contained in plsn.
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 |