IWorksDiags interface : CloseDiagsDialog method

CloseDiagsDialog method
Description
VWorks software calls the CloseDiagsDialog method to tell the plugin to close its diagnostics dialog box.
IMPORTANT To properly inform VWorks software that the diagnostics dialog box is closed, the plugin must call the IWorksController OnCloseDiagsDialog method; otherwise, VWorks software assumes that the dialog box is still open and returns an error. See “OnCloseDiagsDialog method” .
Syntax
 
HRESULT CloseDiagsDialog(
[out,retval] enum ReturnCode *retVal
);
Parameters
 
0 = The request was completed (RETURN_SUCCESS)
1 = Something was wrong with the input, so the request was not completed (RETURN_BAD_ARGS)
2 = The request was not completed (RETURN_FAIL)
Related information
 
IWorksController OnCloseDiagsDialog method