GetLatticePtr function
Retrieves a pointer to the lattice for the current results.
Syntax
HRESULT WINAPI 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
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
See also
Show: