Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Codificatore - interfaccia.h

interfaccia.h

Caricato da: AldoBaldo
Scarica il programma completo

  1. #ifndef INTERFACCIA_H_INCLUDED
  2. #define INTERFACCIA_H_INCLUDED
  3.  
  4.  
  5. #include "main.h"
  6.  
  7. class CDF;
  8.  
  9. HWND CreaFinestraPrincipale( HINSTANCE hInst );
  10. void AggiornaPulsanti( HWND hwnd, CDF *cdf );
  11. char *ComponiStringaInformazioniChiave( CDF *cdf );
  12. void AggiornaInformazioniChiave( HWND hwnd, CDF *cdf );
  13. void PopolaListaCaratteriMancanti( HWND hwnd, CDF *cdf );
  14.  
  15. char *RicavaPrimoFileTrascinato( LPSTR lpszArgs );
  16.  
  17. char *ScegliFile (
  18.         HWND hwnd, const char *tipoFile, const char *nomeFileDef = NULL );
  19.  
  20. char *RicavaAppuntiTxt( HWND hFin, unsigned long *lTesto = NULL );
  21.  
  22. void ComponiInformazioni( HWND hwnd );
  23. void Errore( const char *msg, HWND genitrice = NULL );
  24. void Notifica( const char *msg, HWND genitrice = NULL );
  25.  
  26.  
  27. #endif // INTERFACCIA_H_INCLUDED