pOldClassName (PSZ) - input

      Pointer to class name.

      A pointer to a zero-terminated string which contains the name of the object class being replaced by pNewClassName in the workplace.

    pNewClassName (PSZ) - input

      Pointer to new class name.

      A pointer to a zero-terminated string which contains the name of the object class replacing the pOldClassName class.

    fReplace (BOOL) - input

      Function replacement flag.

      TRUE

        Replace the function of class pOldClassName with the function of the class pNewClassName.
      FALSE
        Undo the replacement of the pOldClassName with pNewClassName by restoring the pOldClassName back to its original functionality.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]