[
Lists Home |
Date Index |
Thread Index
]
- From: Curt Arnold <CurtA@techie.com>
- To: Craig Miller <craigm@roninkuma.com>, xml-dev@lists.xml.org
- Date: Sat, 21 Oct 2000 12:23:52 -0500
Your variant to be of type VT_DISPATCH, not VT_I4. You want to do:
CComVariant vReference(pInsertBeforeNode);
This should invoke the CComVariant(IDispatch*) constructor and result in
a variant with type VT_DISPATCH.
|