Re: Replacements for IsValidIID and IsValidInterface
From: David Liebtag (DavidLiebtag_at_vermontel.net)
Date: 01/10/05
- Next message: Woo Dat: "Re: Replacements for IsValidIID and IsValidInterface"
- Previous message: Andrew S. Giles: "Re: ATL Server Class Method Implementation question"
- In reply to: Brian Muth: "Re: Replacements for IsValidIID and IsValidInterface"
- Next in thread: Woo Dat: "Re: Replacements for IsValidIID and IsValidInterface"
- Reply: Woo Dat: "Re: Replacements for IsValidIID and IsValidInterface"
- Reply: Brian Muth: "Re: Replacements for IsValidIID and IsValidInterface"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 Jan 2005 15:15:37 -0500
I am building an interface from a programming language called APL2 to COM.
APL2 is in interactive loosely typed language. Typically, my customers will
pass a valid interface to my interface and instruct the interface to call
well-known methods. However, since the language is interactive, the users
may make typos and inadvertently pass arbitrary integers to the interface.
To prevent a crash, I would like to verify the integers are valid interfaces
before trying to use them to call methods.
David Liebtag
- Next message: Woo Dat: "Re: Replacements for IsValidIID and IsValidInterface"
- Previous message: Andrew S. Giles: "Re: ATL Server Class Method Implementation question"
- In reply to: Brian Muth: "Re: Replacements for IsValidIID and IsValidInterface"
- Next in thread: Woo Dat: "Re: Replacements for IsValidIID and IsValidInterface"
- Reply: Woo Dat: "Re: Replacements for IsValidIID and IsValidInterface"
- Reply: Brian Muth: "Re: Replacements for IsValidIID and IsValidInterface"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading