Removes the interrupt specification that is added by a call to CitrixAddInterrupt. Specifies exactly the same parameters that are provided by the call to CitrixAddInterrupt.
CitrixAPI.bdh
CitrixRemoveInterrupt( in nReason : number, in sCaption : string allownull, in nMatch : number, in nWindow : number optional ): boolean;
true if the function succeeds
false otherwise
Parameter | Description |
---|---|
nReason |
|
sCaption | The caption that triggers an interrupt if it matches the window caption (which is specified in the nMatch parameter). If this parameter is provided (and not null or “”) then the nWindow parameter will be ignored. |
nMatch |
Specify one of the following values (optional):
|
nWindow | If the sCaption parameter is not provided, then windows will be examined by comparing their ID’s against the nWindow parameter. |