ami_MethodGetUserData()
Function
Declaration
ami_Error ami_MethodGetUserData(
ami_Session inAmiSession,
ami_Method inAmiMethod,
void ** inpUserData );
Purpose
Returns the user data of the specified method.
Parameters
Parameter |
Description |
|
Handle of AMI session. |
|
Handle of AMI method. |
|
Target for returned user data. |