objSetNotify

5.7.3/46
Setta una funzione per ricevere le notifiche da un oggetto.

Sintassi

BOOL objSetNotify(CHAR * pszObjName,INT iParam,LRESULT (*funcNotify)(EH_NOTIFYPARAMS)) 

Parametri


Valori di ritorno


Commenti

La procedura associata all'oggetto riceve il messaggio WS_EXTNOTIFY.
Sostituisce il vecchio metodo che usava WS_EXTFUNZ, come ad esempio:
 obj_message("LV1",WS_EXTFUNZ,0,(CHAR *) LExtLang1); // In esterno le notifiche
 diventa
 objSetNotify("LV1",0,LExtLang1);




Easyhand C/C++: objSetNotify | Last modified: 25/09/2012 08.37.42 Europe/Rome | #1.2021
P.. 983
Page Visible: as draft
Easyhand C/C++
Una mano alle tue idee.
Privacy Policy