Re: Can two interfaces have methods with the same name but different arguments?
From: Brian Muth (bmuth_at_mvps.org)
Date: 01/11/05
- Next message: Brian Muth: "Re: Can two interfaces have methods with the same name but different arguments?"
- Previous message: Brian Muth: "Re: Replacements for IsValidIID and IsValidInterface"
- In reply to: David Liebtag: "Can two interfaces have methods with the same name but different arguments?"
- Next in thread: David Liebtag: "Re: Can two interfaces have methods with the same name but different arguments?"
- Reply: David Liebtag: "Re: Can two interfaces have methods with the same name but different arguments?"
- Reply: David Liebtag: "Re: Can two interfaces have methods with the same name but different arguments?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 Jan 2005 17:09:29 -0800
> Can two interfaces have methods with the same name but different
arguments?
Yes, of course.
> And, if two interfaces have the methods with the same name with different
> arguments, which do you get when you use the Dispatch interface's
> GetIDsOfNames method?
The question makes no sense. You can only have one interface marked as dual.
Remember the mantra: multiple dual interfaces on the same object violate COM
identity rules.
Brian
- Next message: Brian Muth: "Re: Can two interfaces have methods with the same name but different arguments?"
- Previous message: Brian Muth: "Re: Replacements for IsValidIID and IsValidInterface"
- In reply to: David Liebtag: "Can two interfaces have methods with the same name but different arguments?"
- Next in thread: David Liebtag: "Re: Can two interfaces have methods with the same name but different arguments?"
- Reply: David Liebtag: "Re: Can two interfaces have methods with the same name but different arguments?"
- Reply: David Liebtag: "Re: Can two interfaces have methods with the same name but different arguments?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|