Edit

Share via


IDeleteOnCloseFileActivity Interface

Definition

public interface IDeleteOnCloseFileActivity : Microsoft.Windows.EventTracing.Disk.IFileActivity
type IDeleteOnCloseFileActivity = interface
    interface IFileActivity
Public Interface IDeleteOnCloseFileActivity
Implements IFileActivity
Implements

Properties

ErrorCode

Gets the NTSTATUS that is returned during completion of the IO request.

(Inherited from IFileActivity)
FileName (Inherited from IFileActivity)
FileObject

Gets the address in virtual memory on the machine that logged the trace where the File Object was stored.

(Inherited from IFileActivity)
IsCanceled

Indicates whether or not the file will be deleted once closed.

IsExtendedOperation

Indicates that the extended version of the structure representing the delete command was passed to the operating system.

IssuingProcess

Gets the process that made the IO request.

(Inherited from IFileActivity)
IssuingThread

Gets the thread that made the IO request.

(Inherited from IFileActivity)
LoggingProcess

Gets the process that fired the underlying ETW events for this data.

(Inherited from IFileActivity)
LoggingThread

Gets the thread that fired the underlying ETW events for this data.

(Inherited from IFileActivity)
PacketObject

Gets the address in virtual memory on the machine that logged the trace where the I/O Request Packet (IRP) was stored.

(Inherited from IFileActivity)
Path (Inherited from IFileActivity)
Stack

Gets the Stack associated with the IO request.

(Inherited from IFileActivity)
StartTime (Inherited from IFileActivity)
StopTime (Inherited from IFileActivity)

Applies to