OpenFile Type
Represents an open filesystem object from the virtual drive.
Remarks
This type represents an open filesystem object (file, directory, etc.) from the virtual drive.
Fields
HandleClosed boolean |
Whether the handle to the file has been closed. This field reflects whether the handle to the file has been closed. |
Name String |
The name of the open file. This field reflects the name of the open file. |
ProcessId int |
The Id of the process that opened the file. This field reflects the Id of the process (PID) that opened the file. |
ProcessName String |
The name of the process that opened the file. This field reflects the name of the process that opened the file. |