Class: WinFFI::Kernel32::ULARGE_INTEGER

Inherits:
FFIAdditions::Struct show all
Defined in:
lib/win-ffi/core/struct/ularge_integer.rb

Overview

class ULARGE_INTEGER_UNION < FFIAdditions::Struct

layout LowPart:  :dword,
       HighPart: :dword

end

class ULARGE_INTEGER < FFIAdditions::Union

layout s: ULARGE_INTEGER_UNION,
       u: ULARGE_INTEGER_UNION

end

Method Summary

Methods inherited from FFIAdditions::Struct

encoded_setter