Class: ChildProcess::Windows::IoCounters

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/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;