RxUnidentifyCode

Unregisters the marshalling code and cleans up any associated resources.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  int RxUnidentifyCode  (
     int   marshallingCodeReference);
  

Parameters

marshallingCodeReference

(IN) Specifies the cookie returned by the RxIdentifyCode function.

Return Values

If successful, returns 0. Otherwise returns -1 and sets errno.

See Also