Casio DT-X8 Series Bedienungsanleitung Seite 157

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 171
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 156
157
3.111 SysSetUserDefineKeyState
This function sets up "Enable" or "Disable" for user defined keys and notifies the status to the
keyboard driver. The setting can be made by navigating to Settings menu Control Panel
menu Keyboard icon Others tab and then User definition key field.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetUserDefineKeyState function.
Calling Sequences
[C++]
DWORD SysSetUserDefineKeyState(
BOOL State
)
[Visual Basic]
Public Shared Function SysSetUserDefineKeyState( _
ByVal State As Boolean _
) As Int32
[C#]
public static Int32 SysSetUserDefineKeyState(
Boolean State
);
Parameters
State
This is for specifying "Enable" or "Disable" for user defined keys selecting either of the
values listed below.
TRUE : Enable the user defined keys.
FALSE : Disable the user defined keys.
Return Values
TRUE : Normal end
FALSE : Internal error
FUNCTION_UNSUPPORT : Unsupported error
Seitenansicht 156
1 2 ... 152 153 154 155 156 157 158 159 160 161 162 ... 170 171

Kommentare zu diesen Handbüchern

Keine Kommentare