; the function that will process an information about event
RPC PROCEDURE OnExternalEvent (IN RECORD NOALIAS (SD.ExternalEventParams) _params
END OnExternalEvent
BEGIN
; registering the event handler with the name "ExternalEvent"
ON "ExternalEvent" GOTO OnExternalEvent
END
Pridať komentár