Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Network interface
#27
ok, i did get some improvements using VARIANT
Some fill correct datas

v=x.Name
out "Name: %S" v.pbstrVal
v=x.AdapterType
out "Type: %S" v.pbstrVal
v=x.AdapterTypeID
out "AdapterTypeID: %i" v.uintVal
v=x.Availability
out "Availability: %i" v.uintVal

some don't (like Status).

1. When v.vt = 1, means I can't access data from the variable (as x.Status)? any of variable type does generate type mismatch
2. Some are date (as x.TimeOfLastReset), using v.date is giving 00:00:00

ideas?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)