|
GetInksetInterval
2.0
Retrieves an interval from an inkset.
int GetInksetInterval( HINKSET hinkset, UINT uIndex, LPINTERVAL lpi )
Parameters
hinkset
Handle to an inkset.
uIndex
Zero-based index of an interval or IX_END.
lpi
Pointer to an INTERVAL structure. This can be NULL if the user merely wishes to find out how many
intervals are in the inkset.
Return Value
GetInksetInterval returns the number of intervals in the inkset if 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_BADINDEX
| The interval index is bad.
| ISR_BADINKSET
| The inkset has been corrupted or contains bad intervals.
|
Comments
An application can use GetInksetInterval to enumerate all the intervals in an inkset.
See Also
GetInksetIntervalCount, INTERVAL
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|