Methods : ShowDiagsDialog method

ShowDiagsDialog method
Description
Displays the Diagnostics window in front of the VWorks main window. In this window, the user can select a device from the list of active devices and then click the Device diagnostics button to display the device’s diagnostics dialog box.
Syntax
 
HRESULT ShowDiagsDialog(
[out,retval] enum V11ReturnCode* returnCode
);
Parameters
None.
Return value
The ShowDiagsDialog method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .
Sample code
Visual C++
 
Visual Basic .NET