Typedef void (*type_myCallBack) (uint32 object, uint32 event); help [Résolu]
Bonjour amis programmateurs,
j'ai récupéré quelque part des lignes de codes en C++, et j'aimerais que quelqu'un m'éclaire un peu sur cette ligne de commande. Sachant qu'un typedef a déjà été fait pour le UINT32, pour ne pas a voir la question.
typedef unsigned long uint32;
typedef void (*type_myCallBack) (uint32 object, uint32 event);
si quelqu'un pouvait me dire l'utilité de la ligne en gras.
Merci d'@vance
@u r€voir
_______________________________________________________________________________
Hello,
I'm building an application to communicate with a serial port, but we don't really matter. I picked up a stub of source on Internet, and I'd like to know if anybody can explain me one line of a header file of the picked up files. Know that the UINT32 has even been defined in the previous line.
typedef unsigned long uint32;
typedef void (*type_myCallBack) (uint32 object, uint32 event);
the line I'd like to understand is the line in bold? I'm programming under Visual C++ Studio 2008 Std. Ed.
Thanks for having read that topic.
By€
_______________________________________________________________________________
code code code codec