Lines Matching refs:result
107 …mber, const IID &iid, LCID, WORD flags, DISPPARAMS *dispparams, VARIANT *result, EXCEPINFO *excepi…
111 STDMETHOD(Eval)(BSTR expr, BSTR *result);
113 STDMETHOD(GetHwnd)(UINT_PTR *result);
281 VARIANT *result, in Invoke() argument
291 result, excepinfo, argerr); in Invoke()
295 CVim::GetHwnd(UINT_PTR *result) in GetHwnd() argument
297 *result = (UINT_PTR)s_hwnd; in GetHwnd()
366 CVim::Eval(BSTR expr, BSTR *result) in Eval() argument
410 *result = SysAllocString(w_buffer); in Eval()
650 LONG result = RegOpenKeyEx(hKeyParent, child, 0, in RecursiveDeleteKey() local
652 if (result != ERROR_SUCCESS) in RecursiveDeleteKey()
691 long result = RegCreateKeyEx(HKEY_CLASSES_ROOT, in SetKeyAndValue() local
696 if (result != ERROR_SUCCESS) in SetKeyAndValue()