GetLatticePtr function (recapis.h)
Retrieves a pointer to the lattice for the current results.
Syntax
HRESULT GetLatticePtr(
HRECOCONTEXT hrc,
RECO_LATTICE **ppLattice
);
Parameters
hrc
The handle to the recognizer context.
ppLattice
The recognition results.
Return value
This function can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
Unable to allocate memory to complete the operation. |
|
The recognizer does not support this function. |
|
The recognizer context does not contain results. |
|
One of the parameters is an invalid pointer. |
|
An unspecified error occurred. |
|
An invalid argument was received. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps | UWP apps] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | recapis.h |
DLL | inkobjcore.dll |