IsIncidentValid
Docslocal retval = IsIncidentValid(incidentId)Description
=======================================================
Correction, I have change this to int, instead of int*
as it doesn't use a pointer to the createdIncident.
If you try it you will crash (or) freeze.
=======================================================Parameters
| Name | Type | Description |
|---|---|---|
incidentId | int | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).