R3ClassReplace

FUNCTION:

R3ClassReplace

TEMPLATE:

R3CLASS *R3ClassReplaceA(R3INT clid, R3INT newclid, R3OBJPROC op, int size, R3TAG *tags);

R3CLASS *R3ClassReplace(R3INT clid, R3INT newclid, R3OBJPROC op, int size, ...);

clid - class to be replaced

PARAMETERS:

clid - class to be replaced

RETURN VALUE:

Address of the replaced class or NULL if class replacement failed.

DESCRIPTION:

Replaces given class 'clid' with new class 'newclid'. Replacement is possible if the following conditions are true: