|
Numbers
The number controls allow the user to enter numerical data associated with a
line. The numerical data is expressed as signed integers, unsigned integers, or
integer decibel values. These controls use the MIXERCONTROLDETAILS_SIGNED and MIXERCONTROLDETAILS_UNSIGNED structures to retrieve and set control properties. The following table
describes the types of number controls.
Control
| Description
| Signed
| Allows integer values entered in the range of 231 through (231 1).
| Unsigned
| Allows integer values entered in the range of 0 through (232 1).
| Decibel
| Allows integer decibel values to be entered, in tenths of decibels. The range
of values for this control is 32,768 through 32,767.
| Percent
| Allows values to be entered as percentages.
|
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)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|