Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os4units]

EndNotify

Ends a notification request

Declaration

Source position: amigados.pas line 2590

procedure EndNotify(

  Notify: PNotifyRequest

);

Arguments

Notify

  

a structure passed to StartNotify()

Description

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.

See also

StartNotify

  

Starts notification on a file or directory


Documentation generated on: 2021-07-30