InvokeCommandEx
Invokes a command by type, using parameters. The command type is represented by the value of the SCCommandTypeEx constant. You can use this method to invoke commands on an email server or CTI middleware server. The data structure ISC_KVParamList specifies the appropriate predefined parameters, according to the command type. For more information, see SCCommandTypeEx and the description for InvokeCommand.
ISCAPI ISC_RESULT InvokeCommandEx
/* in */(ISC_SERVICE_HANDLE handle,
/* in */ const ISC_STRING clntCmdTrackID,
/* in */ enum SCCommandTypeEx commandType,
/* in */ const struct ISC_KVParamList* datasetParam);