Taupie 0.20.5
Tiny Analyser
Chargement...
Recherche...
Aucune correspondance
extra.h
Aller à la documentation de ce fichier.
1#ifndef EXTRA_INCLUDED
2#define EXTRA_INCLUDED
3
14
15
16
17void ExtraInit(HWND hwnd, LPCREATESTRUCT lpCreateStruct);
18void Main_OnExtraCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify);
19
20
21#endif // EXTRA_INCLUDED
void ExtraInit(HWND hwnd, LPCREATESTRUCT lpCreateStruct)
Initialisation de la fenêtre principale.
Definition extra.c:31
void Main_OnExtraCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
Gère les commandes spécifiques de l'application.
Definition extra.c:47