Searched refs:notificationRequest (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp1751 NMRecPtr notificationRequest = (NMRecPtr) NewPtr( sizeof( NMRec) ) ; local
1754 memset( notificationRequest , 0 , sizeof(*notificationRequest) ) ;
1755 notificationRequest->qType = nmType ;
1756 notificationRequest->nmMark = 1 ;
1757 notificationRequest->nmIcon = 0 ;
1758 notificationRequest->nmSound = 0 ;
1759 notificationRequest->nmStr = NULL ;
1760 notificationRequest->nmResp = nmupp ;
1762 verify_noerr( NMInstall( notificationRequest ) ) ;
[all...]

Completed in 38 milliseconds