LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to compare an IDispatch pointer to 'NULL'?

how to express this 'NULL'?
0 Kudos
Message 1 of 3
(2,541 Views)
'NULL', 'NIL', 'Nothing' refer all to the same value: 0.
It is a typedef to show on one look that you pass an invalid or "null"-value.

Norbert B.
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(2,537 Views)
To add some significant info on this issue (forgot that you are obviously work with LabVIEW....):
There is a "Not a RefNum"-constant in the File I/O -> File Constants - palette. You could give that a try.

hope this helps,
Norbert
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 3
(2,531 Views)