[TAPI]Explication d'une ligne de code
	
	
		Bonjour à tous et à toutes :)
Je viens vous demander un petit coup de pouce.
En effet, je suis débutant en langage C, et suis entrain d'étudier TAPI (Telephony Application programming Interface).
Voici une ligne de code qui revient assez souvent (avec d autres variables bien sur)
	Code:
	
| 12
 3
 4
 5
 6
 
 |  
 
// Obtenir l'interface ITCallNotficiation
 
ITCallNotificationEvent * pNotify;
hr = pEvent -> QueryInterface ( IID_ITCallNotificationEvent, (void**) &pNotify); | 
 
SI vous pourriez me fournir une explication clair, cela pourrait m'aider GRANDEMENT!
Je vous remercie d'avance.
A bientot
matt