This topic has not yet been rated - Rate this topic

OPERATION_ID

A identifier that corresponds to the operation having file access patterns recorded. The value should be unique for each operation that the developer intends to record.


typedef ULONG OPERATION_ID;

Remarks

Each application has a dedicated OPERATION_ID namespace. If two applications both use OPERATION_ID value of 1 to identify an operation, the system will maintain separate context for each one.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

WinBase.h (include Windows.h)

See also

Operation Recorder
OperationStart
OperationEnd
_OPERATION_START_PARAMETERS
_OPERATION_END_PARAMETERS

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.