Searched refs:aPropVar (Results 1 – 1 of 1) sorted by relevance
247 CComVariant aPropVar; in Cleanup() local248 aPropVar.vt = VT_BOOL; aPropVar.boolVal = VARIANT_TRUE; in Cleanup()249 if ( !SUCCEEDED( ExecuteFunc( mpDispFrame, L"close", &aPropVar, 1, &dummyResult ) ) ) in Cleanup()986 CComVariant aPropVar; in OnDrawAdvanced() local987 aPropVar.vt = VT_BOOL; aPropVar.boolVal = VARIANT_FALSE; in OnDrawAdvanced()988 HRESULT hr = ExecuteFunc( mpDispFrame, L"close", &aPropVar, 1, &dummyResult ); in OnDrawAdvanced()
Completed in 33 milliseconds