Method: Exerb::Win32::Struct::IconResEntry#initialize

Defined in:
lib/exerb/win32/struct/icon_res_entry.rb

#initializeIconResEntry

Returns a new instance of IconResEntry.



23
24
25
26
27
28
29
30
31
32
# File 'lib/exerb/win32/struct/icon_res_entry.rb', line 23

def initialize
  @width        = 0
  @height       = 0
  @color_count  = 0
  @reserved     = 0
  @planes       = 0
  @bit_count    = 0
  @bytes_in_res = 0
  @image_offset = 0
end