Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.35 KB

ne-txlogpub-record_reading_policy.md

File metadata and controls

71 lines (58 loc) · 2.35 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
NE:txlogpub.RECORD_READING_POLICY
RECORD_READING_POLICY (txlogpub.h)
Specifies a hint about the order in which records are to be read from a log.
RECORD_READING_POLICY
RECORD_READING_POLICY enumeration [COM]
RECORD_READING_POLICY_BACKWARD
RECORD_READING_POLICY_FORWARD
RECORD_READING_POLICY_RANDOM
_com_RECORD_READING_POLICY
com.record_reading_policy
txlogpub/RECORD_READING_POLICY
txlogpub/RECORD_READING_POLICY_BACKWARD
txlogpub/RECORD_READING_POLICY_FORWARD
txlogpub/RECORD_READING_POLICY_RANDOM
com\record_reading_policy.htm
com
79ffd37a-ffeb-46f8-8743-aa3e85648e34
12/05/2018
RECORD_READING_POLICY, RECORD_READING_POLICY enumeration [COM], RECORD_READING_POLICY_BACKWARD, RECORD_READING_POLICY_FORWARD, RECORD_READING_POLICY_RANDOM, _com_RECORD_READING_POLICY, com.record_reading_policy, txlogpub/RECORD_READING_POLICY, txlogpub/RECORD_READING_POLICY_BACKWARD, txlogpub/RECORD_READING_POLICY_FORWARD, txlogpub/RECORD_READING_POLICY_RANDOM
txlogpub.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
RECORD_READING_POLICY
19H1
RECORD_READING_POLICY
txlogpub/RECORD_READING_POLICY
c++
APIRef
kbSyntax
HeaderDef
TxLogpub.h
RECORD_READING_POLICY

RECORD_READING_POLICY enumeration

-description

Specifies a hint about the order in which records are to be read from a log.

-enum-fields

-field RECORD_READING_POLICY_FORWARD:1

Indicates that records will be read in order of increasing LSN (from least recent to most recent).

-field RECORD_READING_POLICY_BACKWARD:2

Indicates that records will be read in order of decreasing LSN (from most recent to least recent).

-field RECORD_READING_POLICY_RANDOM:3

Indicates that records may be read in any order.

-see-also

ILog::SetAccessPolicyHint