|
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
GetInksetInterval
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
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
|