[ uuid (87654321-4321-1234-4321-987654321CBA), version(1.0), endpoint ("ncacn_np:[\\pipe\\ccrpc]") ] interface calcclr { typedef struct { double real; double imag; } complex; short CalcColor([in] complex k); }