CreateXmlTicket Method of Client Object (COM-based API)
This method creates an XmlTicket object based on the specified workflow.
Visual Basic Syntax
Method CreateXmlTicket(
workflowName As String
) As XmlTicket
C++ Syntax
HRESULT CreateXmlTicket(
BSTR workflowName,
IXmlTicket** result
);
Parameters
workflowName
[in] This parameter contains the workflow name. The workflow name must be an element of the list returned by the IClient::Workflows property.
result
[out] A pointer to an IXmlTicket* pointer variable that receives the interface pointer of the XmlTicket object.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
See sample: Samples.
26.03.2024 13:49:49