Create<Object> Methods of the Engine Object
The Engine object contains a number of methods that create other objects of the ABBYY FineReader Engine objects hierarchy. They all have similar semantics. All newly created objects have default values, or, if a profile has been previously loaded, the values set by this profile are used.
Syntax
HRESULT Create<ObjectType>( I<ObjectType>** Result );
Parameters
- Result
- [out] A pointer to I<ObjectType>* pointer variable that receives the interface pointer of the created object. *Result must not be NULL. *Result is guaranteed to be non-NULL after successful method call.
Return values
These methods have no specific return values. They return the standard return values of ABBYY FineReader Engine functions.
Samples
The methods are used in all code samples and demo tools.
See also
03.07.2024 8:50:25