|
-
November 12th, 2002, 06:38 AM
#1
Variable number of arguments in COM interface method
Hello All,
I have a method being declared in a COM Interface. I want this method to take variable number of arguments.
Hence I declared the method as follows in the "IDL" file.
LogMsg(long completionCode, long msgID, ...);
But during compilation time it is giving me an error as follows...
"cannot specify a variable number of arguments to a remote procedure : [ Parameter '...' of Procedure 'LogMsg' ( Interface 'IZLogger' ) ]"
your help will be highly appreciated
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|