Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.15 KB

nf-txlogpub-ilog-getloglimits.md

File metadata and controls

75 lines (60 loc) · 2.15 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.GetLogLimits
ILog::GetLogLimits (txlogpub.h)
Retrieves information about the current bounds of the log.
GetLogLimits
GetLogLimits method [COM]
GetLogLimits method [COM]
ILog interface
ILog interface [COM]
GetLogLimits method
ILog.GetLogLimits
ILog::GetLogLimits
_com_ilog_getloglimits
com.ilog_getloglimits
txlogpub/ILog::GetLogLimits
com\ilog_getloglimits.htm
com
06238436-6807-4588-9af9-03eb4c12f4e1
12/05/2018
GetLogLimits, GetLogLimits method [COM], GetLogLimits method [COM],ILog interface, ILog interface [COM],GetLogLimits method, ILog.GetLogLimits, ILog::GetLogLimits, _com_ilog_getloglimits, com.ilog_getloglimits, txlogpub/ILog::GetLogLimits
txlogpub.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Txlogpub.idl
Windows
19H1
ILog::GetLogLimits
txlogpub/ILog::GetLogLimits
c++
APIRef
kbSyntax
COM
Txlogpub.h
ILog.GetLogLimits

ILog::GetLogLimits

-description

Retrieves information about the current bounds of the log.

-parameters

-param plsnFirst [in, out]

A pointer to the LSN of the first record in the log. This parameter can be NULL if the LSN of the first record is not needed.

-param plsnLast [in, out]

A pointer to the LSN of the last record in the log. This parameter can be NULL if the LSN of the last record is not needed.

-returns

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

-remarks

The limits returned by this method may include records that have not yet been written to disk.

-see-also

ILog