Argox PT-10 Manual do Utilizador Página 20

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 79
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 19
SendKbdVisualKey
This function sends a visual key to key buffer.
DWORD SendKbdVisualKey
{
BYTE Key
}
Parameters
Key
[in] Specifies a virtual-key code.
Return Values
If function succeeds, the return value is
E_FUNC_SUCCEED. If function fails, possible return value are
E_FUNC_ERROR, E_FUNC_PAR_ERROR.
Example
CString strTemp;
strTemp = "VisualKey";
for(int i=0;i<strTemp.GetLength();i++)
SendKbdVisualKey((unsigned char)strTemp.GetAt(i));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT60
Programming Manual 17
Vista de página 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 78 79

Comentários a estes Manuais

Sem comentários