ARDeleteSupportFile
Privileges
AR System administrator.
Synopsis
#include "arerrno.h"
#include "arextern.h"
#include "arstruct.h"
int ARDeleteSupportFile(
ARControlStruct *control,
unsigned int fileType,
ARNameType name,
ARInternalId id2,
ARInternalId fileId,
ARStatusList *status)
Input arguments
control
The control record for the operation. It contains information about the user requesting the operation, where that operation is to be performed, and which session is used to perform it. The user and server fields are required.
fileType
The numerical value for the type of file, and the type of object the file is related to. Specify 1 (AR_SUPPORT_FILE_EXTERNAL_REPORT) for an external report file associated with an active link.
name
The name of the object the file is associated with, usually a form.
id2
The ID of the field or VUI, if the object is a form. If the object is not a form, set this parameter to 0.
fileId
The unique identifier of a file within its object.
Return values
status
A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error-checking.