Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 2.63 KB

nf-winbase-operationend.md

File metadata and controls

95 lines (65 loc) · 2.63 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:winbase.OperationEnd
OperationEnd function (winbase.h)
Notifies the system that the application is about to end an operation.
OperationEnd
OperationEnd function [Operation Recorder]
oprec.operationend
winbase/OperationEnd
oprec\operationend.htm
oprec
73C6FBDD-BB4A-46A5-8E39-7862A1938F47
12/05/2018
OperationEnd, OperationEnd function [Operation Recorder], oprec.operationend, winbase/OperationEnd
winbase.h
Windows.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Advapi32.lib
Advapi32.dll
Windows
19H1
OperationEnd
winbase/OperationEnd
c++
APIRef
kbSyntax
DllExport
Advapi32.dll
OperationEnd

OperationEnd function

-description

Notifies the system that the application is about to end an operation

Every call to OperationStart must be followed by a call to OperationEnd, otherwise the operation's record of file access patterns is discarded after 10 seconds.

-parameters

-param OperationEndParams [in]

An _OPERATION_END_PARAMETERS structure that specifies VERSION, OPERATION_ID and FLAGS.

-returns

TRUE for all valid parameters and FALSE otherwise. To get extended error information, call GetLastError.

-remarks

The version of the _OPERATION_END_PARAMETERS structure is defined as OPERATION_API_VERSION in the Windows SDK.

The OperationEnd function is safe to call on any thread.

-see-also

OPERATION_ID

Operation Recorder

OperationStart

_OPERATION_END_PARAMETERS

_OPERATION_START_PARAMETERS