ami_MethodGetHelp()
Function
Declaration
ami_Error ami_MethodGetHelp(
ami_Session inAmiSession,
ami_Method inAmiMethod,
const char ** inpMethodHelp );
Purpose
Returns the textual description of the specified method in the specified AMI session. This string should not be modified.
Parameters
Parameter |
Description |
|
Handle of AMI session. |
|
Handle of AMI method. |
|
Target for returned method help. |