ami_MethodGetName()

Function

Declaration

ami_Error ami_MethodGetName(
   ami_Session      inAmiSession,
   ami_Method       inAmiMethod,
   const char **    inpMethodName );

Purpose

Returns the name of the specified method in the specified AMI session. This string should not be modified.

Parameters

 

Parameter

Description

inAmiSession

Handle of AMI session.

inAmiMethod

Handle of AMI method.

inpMethodName

Target for returned method name.