FileAccessData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
File access data.
public value class FileAccessData
[System.CLSCompliant(false)]
public struct FileAccessData
[<System.CLSCompliant(false)>]
type FileAccessData = struct
Public Structure FileAccessData
- Inheritance
-
FileAccessData
- Attributes
Constructors
| Name | Description |
|---|---|
| FileAccessData(ReportedFileOperation, RequestedAccess, UInt32, UInt32, UInt32, UInt32, DesiredAccess, FlagsAndAttributes, String, String, Boolean) | |
Properties
| Name | Description |
|---|---|
| CorrelationId |
Correlation id of file access. |
| DesiredAccess |
The desired access. |
| Error |
The error code of the operation. |
| FlagsAndAttributes |
The file flags and attributes. |
| Id |
Id of file access. |
| IsAnAugmentedFileAccess |
Whether the file access is augmented. |
| Operation |
The operation that performed the file access. |
| Path |
The path being accessed. |
| ProcessArgs |
The process arguments. |
| ProcessId |
The process id. |
| RequestedAccess |
The requested access. |