MAGG IMAGE UNLOCK

TITLEVALUE
NAMEMAGG IMAGE UNLOCK
DESCRIPTIONThis remote procedure unlocks one or more images.
TAGUNLOCKIM
ROUTINEMAGGA04
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERFLAGS
DESCRIPTIONreserved
PARAMETER TYPELITERAL
REQUIRED
MAXIMUM DATA LENGTH

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERIMGLST
DESCRIPTIONList of images that have to be unlocked. Images are referenced by their
internal entry numbers (IENs) in the IMAGE (#2005) and IMAGE AUDIT
(#2005.1) files.

Example:

with RPCBroker.Param[1] do
begin
PType := list;
Mult[1] := '234';
Mult[2] := '789';
end;
PARAMETER TYPELIST
REQUIREDYES
MAXIMUM DATA LENGTH

RETURN VALUE TYPEARRAY
RETURN PARAMETER DESCRIPTIONZero value of the first '^'-piece of the Results[0] indicates that an
error occurred during the execution of the procedure. In this case, the
errors are returned in the Results array as shown below:

Results[0] Result descriptor
^01: 0
^02: Message

Results[i] Error descriptor
^01: Error code
^02: Message
^03: Error location
^04: Message type

Results[j] Line of the additional info (optional)
^01: ""
^02: Text

Otherwise, '1^Ok' is returned in the Results[0].
AVAILABILITYRESTRICTED
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED