Section contents
ce32base.oxh
<TBS>
err% = UserHalAutoSwitchOffBehavior%:(BYREF behavior%)
Get the auto switch off behavior.
BYREF behavior% |
The current auto switch off behavior |
err% |
An error code |
err% = UserHalAutoSwitchOffTime%:(BYREF interval&)
Get the auto switch off time.
BYREF time& |
The current auto switch off time |
err% |
An error code |
err% = UserHalBacklightBehavior%:(BYREF behavior%)
Get the bavklight behavior.
BYREF behavior% |
The current backlight behavior |
err% |
An error code |
err% = UserHalBacklightOn%:(BYREF state%)
Get the bavklight on state.
BYREF behavior% |
KTrue% if the backlight is currently on,
otherwise returns KFalse% |
err% |
An error code |
err% = UserHalBacklightOnTime%:(BYREF interval&)
Get the backlight on time.
BYREF time& |
The current backlight on time |
err% |
An error code |
err% = UserHalBatteryCapacity%:(BYREF capacity&)
Get the battery capacity.
BYREF capacity& |
The current battery capacity |
err% |
An error code |
err% = UserHalBatteryType%:(BYREF type&)
Get the battery type.
BYREF type& |
The current battery type |
err% |
An error code |
err% = UserHalCaseCloseSwitchesOff%:(BYREF state%)
Get the case close switches off state.
BYREF type& |
Set to KTrue% if closing the case
switches off the machine, otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalCaseOpenSwitchesOn%:(BYREF state%)
Get the case open switches on state.
BYREF type& |
Set to KTrue% if opening the case
switches on the machine, otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalDisplayContrast%:(BYREF contrast&)
Get the display contrast.
BYREF contrast& |
The current display contrast |
err% |
An error code |
err% = UserHalHardwareInfo%:(des&)
Get the hardware information.
des& |
A handle to a descriptor object |
err% |
An error code |
err% = UserHalKeyClickEnabled%:(BYREF state%)
Get the key click enabled state.
BYREF type& |
Set to KTrue% if key clicks are enabled,
otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalKeyClickLoud%:(BYREF state%)
Get the key click loud state.
BYREF type& |
Set to KTrue% if key clicks are loud,
otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalKeyClickOverridden%:(BYREF state%)
Get the key click overridden state.
BYREF type& |
Set to KTrue% if key clicks are
overridden, otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalMaxDisplayContrast%:(BYREF contrast&)
Gets the maximu display contrast.
BYREF contrast& |
The maximum display contrast |
err% |
An error code |
err% = UserHalPagesizeInBytes%:(BYREF size&)
Gets the page size in bytes.
BYREF size& |
The page size |
err% |
An error code |
err% = UserHalPointerClickEnabled%:(BYREF state%)
Get the pointer click enabled state.
BYREF type& |
Set to KTrue% if pointer click is
enabled, otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalPointerClickLoud%:(BYREF state%)
Get the pointer click loud state.
BYREF type& |
Set to KTrue% if pointer click is loud,
otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalPointerSwitchesOn%:(BYREF state%)
Get the pointer switches on state.
BYREF type& |
Set to KTrue% if pointer switches on,
otherwise it returns KFalse% |
err% |
An error code |
err% = UserHalSetAutoSwitchOffBehavior%:(behavior%)
Sets the battery type.
type& |
The switch off behavior |
err% |
An error code |
err% = UserHalSetBacklightBehavior%:(behavior%)
Sets the behavior of the backlight.
behavior% |
The backlight behavior to set |
err% |
An error code |
err% = UserHalSetBacklightOn%:(bool%)
Sets the backlight on or off.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetBatteryType%:(type&)
Sets the battery type.
type& |
The battery type |
err% |
An error code |
err% = UserHalSetBeepEnabled%:(bool%)
Enables or disables the beep.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetBeepLoud%:(bool%)
Sets the beep to loud.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetCaseCloseSwitchesOff%:(bool%)
Enables/disables switches switch off when the case is closed.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetCaseOpenSwitchesOn%:(bool%)
Enables/disables switches switch on when the case is opened.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetDisplayContrast%:(contrast&)
Sets the display contrast to contrast&
.
contrast& |
The display contrast to set |
err% |
An error code |
err% = UserHalSetKeyClickEnabled%:(bool%)
Enables or disables the key click.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetKeyClickLoud%:(bool%)
Sets the key click to loud.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetKeyClickOverridden%:(bool%)
Sets the key click overidden state.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetPointerClickEnabled%:(bool%)
Sets the pointer click enabled.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetPointerClickLoud%:(bool%)
Sets the pointer click lound.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetPointerSwitchesOn%:(bool%)
Sets the pointer switches on state.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetSoundDeviceEnabled%:(bool%)
Enables or disables the sound device.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetSoundDeviceLoud%:(bool%)
Sets the sound device to loud.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalSetSoundEnabled%:(bool%)
Enable/disable sound.
bool% |
A boolean value |
err% |
An error code |
err% = UserHalStartupReason%:(BYREF reason%)
Sets the sound device to loud.
BYREF reason% |
The starup reason |
err% |
An error code |