Re: How to put array Value in C++

From: Tim (anonymous_at_discussions.microsoft.com)
Date: 05/23/04


Date: Sun, 23 May 2004 10:11:04 -0700

Jerry, Thanks.
The original code should work. I made a mistake by just reading a register (EAX) value 0xcccccccc in debug window instead of checking hr value, since the returned value is filtered through com wraper. But your help points another mistake for not releasing the safearray.
Thanks.