--- mstools/samples/rpc/handles/auto/auto.idl 2018/08/09 18:20:56 1.1.1.1 +++ mstools/samples/rpc/handles/auto/auto.idl 2018/08/09 18:24:20 1.1.1.3 @@ -1,8 +1,12 @@ -[ uuid (12345678-1234-1234-1234-123456789ABC), +[ 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); + }