This tab serves for selecting from the list, setting parameters and executing a Guardant API function, as well as for displaying its results in a dialog box window.
Function tab control elements:
| Interface element | Description of purpose |
|---|---|
| Dropdown list of functions available for execution | Select the required Guardant API function |
| Prototype of selected function with a list of parameters and types in C language syntax | The prototype is shown automatically below the list upon selecting the function |
| [Execute] button | Execute the selected function after defining its input parameters |
| Type/Name column | Show type and name of function parameters |
| Value column | Serve for setting the function parameters |
| Result field | Display the error code and its description |
Some of the function parameters entry fields feature […] button, which launches auxiliary dialog boxes.
Function call
Functions are called in the following way:
- Select a required function from the dropdown list
- Enter its parameters into corresponding fields
- Click [Execute] button
- Analyze the function return code
Important information
There is a certain sequence of calling GrdAPI32.dll functions. See Chapter Guardant API for details.