You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 elementDescription of purpose
Dropdown list of functions available for executionSelect the required Guardant API function
Prototype of selected function with a list of parameters and types in C language syntaxThe prototype is shown automatically below the list upon selecting the function
[Execute] buttonExecute the selected function after defining its input parameters
Type/Name columnShow type and name of function parameters
Value columnServe for setting the function parameters
Result fieldDisplay 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.

 

 

 

  • No labels