Home | History | Annotate | Download | only in PC

Lines Matching defs:retKey

1020     HKEY retKey;
1027 rc = RegConnectRegistry(szCompName, hKey, &retKey);
1032 return PyHKEY_FromHKEY(retKey);
1041 HKEY retKey;
1047 rc = RegCreateKey(hKey, subKey, &retKey);
1050 return PyHKEY_FromHKEY(retKey);
1059 HKEY retKey;
1070 sam, NULL, &retKey, NULL);
1073 return PyHKEY_FromHKEY(retKey);
1354 HKEY retKey;
1364 rc = RegOpenKeyEx(hKey, subKey, res, sam, &retKey);
1368 return PyHKEY_FromHKEY(retKey);