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 |
|
See also
- Operation Recorder
- OperationStart
- OperationEnd
- _OPERATION_START_PARAMETERS
- _OPERATION_END_PARAMETERS
Community Additions
ADD
Show: