Returns an application’s reason codes and their corresponding IDs and descriptions.
<HsvICM>.GetICReasonCodes()
Variant. Returns a multidimensional array of the reason codes, IDs, and descriptions. The first dimension contains three items that represent the reason code information, and the second dimension contains one item for each reason code in the application. The following table describes the first dimension:
The following example prints an application’s reason codes and descriptions to Visual Basic’s Immediate window.