--- mstools/samples/rpc/handles/auto/auto.idl 2018/08/09 18:22:05 1.1.1.2 +++ mstools/samples/rpc/handles/auto/auto.idl 2018/08/09 18:24:20 1.1.1.3 @@ -1,8 +1,12 @@ [ uuid (6B29FC40-CA47-1067-B31D-00DD010662DA), version(1.0), - pointer_default(unique)] + pointer_default(unique) +] interface autoh { + void GetTime([out] long * time); + void Shutdown(void); + }