Method: IP2Record#GetValAsStringByIndex
- Defined in:
- lib/ole20110223-013209.rb
#GetValAsStringByIndex(field_index) ⇒ Object
method BSTR GetValAsStringByIndex
UI4 field_index [IN]
907 908 909 |
# File 'lib/ole20110223-013209.rb', line 907 def GetValAsStringByIndex(field_index) _invoke(3, [field_index], [VT_UI4]) end |