From e68596190502febc8216a0988f602c1601a4f986 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 10 Aug 2004 22:21:12 +0000 Subject: r1711: Add ServerAlive2 (This used to be commit fe6f82f3d9146c1fc9efb3b47a9e63361b62be14) --- source4/librpc/idl/dcom.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/librpc/idl/dcom.idl') diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index a871f2c1cb..9d5acb6ebd 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -382,6 +382,12 @@ interface IOXIDResolver [out, ref] COMVERSION *pComVersion ); + [idempotent] WERROR ServerAlive2 ( + [out] COMVERSION version, + [out] uint8 unknown1[4], + [out] DUALSTRINGARRAY dualstring, + [out] uint8 unknown2[5]); + } [ -- cgit