Class: Aggkit::ChildProcess::Windows::IoCounters
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Aggkit::ChildProcess::Windows::IoCounters
- Defined in:
- lib/aggkit/childprocess/windows/structs.rb
Overview
typedef struct _IO_COUNTERS { ULONGLONG ReadOperationCount; ULONGLONG WriteOperationCount; ULONGLONG OtherOperationCount; ULONGLONG ReadTransferCount; ULONGLONG WriteTransferCount; ULONGLONG OtherTransferCount; } IO_COUNTERS, *PIO_COUNTERS;