Casio DT-X8 Series Bedienungsanleitung Seite 136

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 171
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 135
136
3.95 SysGetNormalUserDefineKey
This function retrieves key codes for ordinary key input mode.
Calling Sequences
[C++]
DWORD SysGetNormalUserDefineKey(
DWORD dwKeyID,
DWORD KeySetBuff[16]
)
[Visual Basic]
Public Shared Function SysGetNormalUserDefineKey( _
ByVal dwKeyId As Int32, _
ByVal KeySetBuff As Int32() _
) As Int32
[C#]
public static Int32 SysGetNormalUserDefineKey(
Int32 dwKeyId,
Int32[] KeySetBuff
);
Parameters
dwKeyID
This parameter is for retrieving key ID. See SysSetNormalUserDefineKey function for
the values to retrieve.
KeySetBuff[16]
This parameter is for retrieving the virtual key code and option flag that are set to key ID.
See SysSetNormalUserDefineKey function for the virtual key code and option flag.
To retrieve the virtual key code and option flag that are defined to key ID, use
SysGetDefaultKey function.
Return Values
TRUE : Normal end
FALSE : Internal error or user define key is not defined yet. (for DT-X11, IT-600,
DT-X7, DT-X30, IT-3100, IT-800, IT-300, DT-X8, IT-9000)
SYS_PARAMERR : Parameter error
FUNCTION_UNSUPPORT : Unsupported error
Seitenansicht 135
1 2 ... 131 132 133 134 135 136 137 138 139 140 141 ... 170 171

Kommentare zu diesen Handbüchern

Keine Kommentare