Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 05:01:19 +0000



Post From: Creating a function within a custom study

[2016-10-11 22:12:00]
bala - Posts: 74
Thanks for the example, this shows the function but no parameters in the called function.

void PassingSCStrutureExampleFunction(SCStudyInterfaceRef sc)
{
  //The "sc" structure can be used anywhere within this function.
}

If I want to call the "PassingSCStrutureExampleFunction" with a parameter how do I define it?

(PLEASE NOTE THAT THIS IS NOT A PROGRAMING HELP BUT FEATURE AND DOCUMENTATION HELP)