Ends a notification request
Source position: amigados.pas line 2349
| procedure EndNotify( | 
| Notify: PNotifyRequest | 
| ); | 
| Notify | 
 | a structure passed to StartNotify() | 
Removes a notification request. Safe to call even if StartNotify() failed. For NRF_SEND_MESSAGE, it searches your port for any messages about the object in question and removes and replies them before returning.
| 
 | Starts notification on a file or directory |