gtpc2m0l | C/C++ Language Support User's Guide |
This function changes the MDBF subsystem user to the specified SSU. If the specified subsystem user does not belong to the current subsystem, the DBI is changed to the parent of the new subsystem user.
Format
#include <sysapi.h> void cebic_goto_ssu(unsigned short int ssu);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
None.
Examples
The following example changes the SSU ID to which the ECB belongs. If the new SSU belongs to a different SS than the existing one, the DBI is also changed.
#include <sysapi.h> unsigned short new_ssu;
·
·
·
cebic_goto_ssu(new_ssu);
Related Information