Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 AMI API : AMI C API Method Functions : ami_MethodCreate()

ami_MethodCreate()
Function
Declaration
ami_Error ami_MethodCreate(
ami_Session inAmiSession,
ami_Method * inpAmiMethod,
const char * inpName,
ami_MethodType inType,
const char * inpHelp,
int inTimeout,
ami_OnInvokeCallback inOnInvoke,
const void * inpUserData );
Purpose
Allocates and initializes an ami_Method object and returns the handle to the object. The ami_Method object belongs to the specified ami_Session object and will be destroyed when the ami_Session is destroyed.
Parameters
 
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved