Casio DT-X8 Series Manual do Utilizador Página 165

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 171
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 164
165
3.119 SysSetFnKeyOperation
This function sets up "Enable" or "Disable" for individual Fn key operations.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetFnKeyOperation function.
Calling Sequences
[C++]
DWORD SysSetFnKeyOperation (
DWORD dwFnKey
)
[Visual Basic]
Public Shared Function SysSetFnKeyOperation( _
ByVal dwFnKey As Int32_
) As Int32
[C#]
public static Int32 SysSetFnKeyOperation (
Int32 dwFnKey
);
Parameters
dwFnKey
This parameter is to specify a sum of the values in logical OR selected from the list below
for specific Fn key operations to disable.
STATE_FN_NON : ALL enable the Fn key operation (Default)
STATE_FN_0 : Disable the Fn key + "0".
STATE_FN_1 : Disable the Fn key + "1".
STATE_FN_2 : Disable the Fn key + "2".
STATE_FN_3 : Disable the Fn key + "3".
STATE_FN_4 : Disable the Fn key + "4".
STATE_FN_5 : Disable the Fn key + "5".
STATE_FN_6 : Disable the Fn key + "6".
STATE_FN_7 : Disable the Fn key + "7".
STATE_FN_8 : Disable the Fn key + "8".
STATE_FN_9 : Disable the Fn key + "9".
STATE_FN_MENU : Disable the Fn key + "MENU".
STATE_FN_RMULTI : Disable the Fn key + "L-Multi".
STATE_FN_LMULTI : Disable the Fn key + "R-Multi".
STATE_FN_ALL : ALL disable the Fn key operation.
Return Values
TRUE : Success
FUNCTION_UNSUPPORT : Unsupported error
Vista de página 164

Comentários a estes Manuais

Sem comentários