CA Service Management

CA SDM::.SPEL::. switch() 

Mar 03, 2017 12:40 PM

Overview

 

 

Usage

 

Results

 

Examples

 

 

void set_my_special_error_code (int my_code)
{
           switch (my_error_code)
     {
           case 1:  set_error (E_INVALID_CALL);  break;
           case 2:  set_error (E_UNKNOWN_NAME);  break;
           }
}

 

Where can I find Spel functions documentation? 

Statistics
0 Favorited
9 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.