Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.5 KB

nf-txlogpub-ilog-setaccesspolicyhint.md

File metadata and controls

75 lines (59 loc) · 2.5 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:txlogpub.ILog.SetAccessPolicyHint
ILog::SetAccessPolicyHint (txlogpub.h)
Provides a hint to the implementation about the pattern in which records will be read.
ILog interface [COM]
SetAccessPolicyHint method
ILog.SetAccessPolicyHint
ILog::SetAccessPolicyHint
SetAccessPolicyHint
SetAccessPolicyHint method [COM]
SetAccessPolicyHint method [COM]
ILog interface
_com_ilog_setaccesspolicyhint
com.ilog_setaccesspolicyhint
txlogpub/ILog::SetAccessPolicyHint
com\ilog_setaccesspolicyhint.htm
com
a0a34300-e5de-4e47-9c61-389272283b61
12/05/2018
ILog interface [COM],SetAccessPolicyHint method, ILog.SetAccessPolicyHint, ILog::SetAccessPolicyHint, SetAccessPolicyHint, SetAccessPolicyHint method [COM], SetAccessPolicyHint method [COM],ILog interface, _com_ilog_setaccesspolicyhint, com.ilog_setaccesspolicyhint, txlogpub/ILog::SetAccessPolicyHint
txlogpub.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Txlogpub.idl
Windows
19H1
ILog::SetAccessPolicyHint
txlogpub/ILog::SetAccessPolicyHint
c++
APIRef
kbSyntax
COM
Txlogpub.h
ILog.SetAccessPolicyHint

ILog::SetAccessPolicyHint

-description

Provides a hint to the implementation about the pattern in which records will be read.

-parameters

-param policy [in]

The pattern in which records will most often be read. For more information, see the RECORD_READING_POLICY enumeration.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

Not all implementations of ILog will be optimized for reading records in a particular pattern. An implementation may choose to ignore this request and return S_OK.

-see-also

ILog

RECORD_READING_POLICY