diff options
Diffstat (limited to 'source4/librpc/idl/oxidresolver.idl')
-rw-r--r-- | source4/librpc/idl/oxidresolver.idl | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/source4/librpc/idl/oxidresolver.idl b/source4/librpc/idl/oxidresolver.idl index 61e3049a10..1ef20e5bf0 100644 --- a/source4/librpc/idl/oxidresolver.idl +++ b/source4/librpc/idl/oxidresolver.idl @@ -25,8 +25,8 @@ interface IOXIDResolver #define IPID GUID #define OID GUID - // Method to get the protocol sequences, string bindings - // and machine id for an object server given its OXID. + /* Method to get the protocol sequences, string bindings */ + /* and machine id for an object server given its OXID. */ typedef [public] struct { DUALSTRINGARRAY *ppdsaOxidBindings; @@ -41,41 +41,41 @@ interface IOXIDResolver [out, ref] uint32 *pAuthnHint ); - // Simple ping is used to ping a Set. Client machines use this - // to inform the object exporter that it is still using the - // members of the set. - // Returns S_TRUE if the SetId is known by the object exporter, - // S_FALSE if not. + /* Simple ping is used to ping a Set. Client machines use this */ + /* to inform the object exporter that it is still using the */ + /* members of the set. */ + /* Returns S_TRUE if the SetId is known by the object exporter, */ + /* S_FALSE if not. */ [idempotent] WERROR SimplePing ( - [in] SETID *SetId // Must not be zero + [in] SETID *SetId /* Must not be zero */ ); - // Complex ping is used to create sets of OIDs to ping. The - // whole set can subsequently be pinged using SimplePing, - // thus reducing network traffic. + /* Complex ping is used to create sets of OIDs to ping. The */ + /* whole set can subsequently be pinged using SimplePing, */ + /* thus reducing network traffic. */ [idempotent] WERROR ComplexPing ( - [in, out] SETID *pSetId, // In of 0 on first call for new set. + [in, out] SETID *pSetId, /* In of 0 on first call for new set. */ [in] uint16 SequenceNum, [in] uint16 cAddToSet, [in] uint16 cDelFromSet, - // add these OIDs to the set + /* add these OIDs to the set */ [in, size_is(cAddToSet)] OID AddToSet[], - //remove these OIDs from the set + /*remove these OIDs from the set */ [in, size_is(cDelFromSet)] OID DelFromSet[], - [out] uint16 *pPingBackoffFactor// 2^factor = multipler + [out] uint16 *pPingBackoffFactor/* 2^factor = multipler */ ); - // In some cases the client maybe unsure that a particular - // binding will reach the server. (For example, when the oxid - // bindings have more then one TCP/IP binding) This call - // can be used to validate the binding - // from the client. + /* In some cases the client maybe unsure that a particular */ + /* binding will reach the server. (For example, when the oxid */ + /* bindings have more then one TCP/IP binding) This call */ + /* can be used to validate the binding */ + /* from the client. */ [idempotent] WERROR ServerAlive (); - // Method to get the protocol sequences, string bindings, - // RemoteUnknown IPID and COM version for an object server - // given its OXID. Supported by DCOM - // version 5.2 and above. + /* Method to get the protocol sequences, string bindings, */ + /* RemoteUnknown IPID and COM version for an object server */ + /* given its OXID. Supported by DCOM */ + /* version 5.2 and above. */ [idempotent] WERROR ResolveOxid2 ( [in] OXID *pOxid, [in] uint16 cRequestedProtseqs, |