Lines Matching refs:result
283 The result is the value of the handle before it is detached. If the
920 if (PySys_Audit("winreg.OpenKey/result", "n",
971 if (PySys_Audit("winreg.OpenKey/result", "n",
1152 The result is a tuple of 3 items:
1386 The result is a new handle to the specified key.
1410 if (PySys_Audit("winreg.OpenKey/result", "n",
1422 The result is a new handle to the specified key.
1443 The result is a tuple of 3 items:
1581 PyObject *result;
1622 result = Py_BuildValue("Oi", obData, typ);
1624 return result;
1948 BOOL result;
1969 rc = (*pfn)(key, &result);
1974 return PyBool_FromLong(result);