Method: IP2Record#GetValAsLong

Defined in:
lib/ole20110223-013209.rb

#GetValAsLong(field_name) ⇒ Object

method I4 GetValAsLong

BSTR field_name [IN]


913
914
915
# File 'lib/ole20110223-013209.rb', line 913

def GetValAsLong(field_name)
  _invoke(4, [field_name], [VT_BSTR])
end