unwrapped 265 ext/com_dotnet/com_dotnet.c VARIANT unwrapped; unwrapped 273 ext/com_dotnet/com_dotnet.c hr = IObjectHandle_Unwrap(handle, &unwrapped); unwrapped 276 ext/com_dotnet/com_dotnet.c if (V_VT(&unwrapped) == VT_UNKNOWN) { unwrapped 278 ext/com_dotnet/com_dotnet.c hr = IUnknown_QueryInterface(V_UNKNOWN(&unwrapped), &IID_IDispatch, &V_DISPATCH(&obj->v)); unwrapped 287 ext/com_dotnet/com_dotnet.c } else if (V_VT(&unwrapped) == VT_DISPATCH) { unwrapped 289 ext/com_dotnet/com_dotnet.c V_DISPATCH(&obj->v) = V_DISPATCH(&unwrapped); unwrapped 298 ext/com_dotnet/com_dotnet.c VariantClear(&unwrapped);