GetInksetIntervalCount
2.0
Returns the
number of intervals in an inkset.
int GetInksetIntervalCount( HINKSET hinkset
)
Parameters
hinkset
Handle to an
inkset.
Return Value
Returns the
number of intervals in the inkset is successful; otherwise, the return value
can be one of the following negative values:
Constant |
Description |
ISR_ERROR |
The inkset
handle is bad, or a parameter error. |
ISR_BADINKSET |
The inkset
has been corrupted or contains bad intervals. |
Comments
An
application uses GetInksetIntervalCount to determine how many intervals
there are to enumerate in an inkset. This function can also be used to verify
that an inkset is valid.
See Also