Searched refs:unwrapped (Results 1 – 4 of 4) sorted by relevance
272 VARIANT unwrapped; in PHP_FUNCTION() local280 hr = IObjectHandle_Unwrap(handle, &unwrapped); in PHP_FUNCTION()283 if (V_VT(&unwrapped) == VT_UNKNOWN) { in PHP_FUNCTION()285 hr = IUnknown_QueryInterface(V_UNKNOWN(&unwrapped), &IID_IDispatch, &V_DISPATCH(&obj->v)); in PHP_FUNCTION()294 } else if (V_VT(&unwrapped) == VT_DISPATCH) { in PHP_FUNCTION()296 V_DISPATCH(&obj->v) = V_DISPATCH(&unwrapped); in PHP_FUNCTION()305 VariantClear(&unwrapped); in PHP_FUNCTION()
2 When performing a dynamic call to a ret-by-ref function, the reference should be unwrapped
10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
83 . References returned by array and property accesses are now unwrapped as
Completed in 7 milliseconds