Argox PT-10 Manual do Utilizador Página 31

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 79
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 30
ShowTaskbar
The ShowTaskbar function display and hide the taskbar.
BOOL ShowTaskbar
{
BOOL bShow
}
Parameters
bShow
[in] Flag that indicates whether display the taskbar(TRUE) or hide the taskbar(FALSE).
Return Values
Return TRUE if the operation is successful; otherwise FALSE.
Remarks
After called this function, terminal will display or hide taskbar. If taskbar is hide by this function, it need to call this
function to display taskbar again.
Example
BOOL bResult;
bResult = ShowTaskbar(TRUE);
if(bResult == FALSE)
AfxMessageBox(_T("ShowTaskbar fail"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT60
Programming Manual 28
Vista de página 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 78 79

Comentários a estes Manuais

Sem comentários