Re: VT_NULL becomes VT_UNKNOWN
Claude Eisenhut <[email protected]> Wed, 27 Jul 2005 20:01:57 +0200
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <005501c592d5$4a2b2cc0$8200000a@lemon> |
>
> if (vt == VT_NULL) {
> out.writeShortOrDie(VT_NULL); <----- THIS LINE IS CHANGED
> // fill the rest of the out variant with 0
> out.writeNBytesOrDie(0, sizeof(VARIANT) - sizeof(VARTYPE));
> return;
> }
>
Yes, I did this and it worked.
Claude