Method: IP2Record#GetValAsShort

Defined in:
lib/ole20110223-013209.rb

#GetValAsShort(field_name) ⇒ Object

method I2 GetValAsShort

BSTR field_name [IN]


925
926
927
# File 'lib/ole20110223-013209.rb', line 925

def GetValAsShort(field_name)
  _invoke(6, [field_name], [VT_BSTR])
end