Lines Matching defs:string
53 " string.\n"
762 /* REG_SZ should be a NUL terminated string, but only by
983 A string that must be the name of a subkey of the key identified by
1020 A string that must be the name of a subkey of the key identified by
1067 A string that identifies the value to remove.
1154 A string that identifies the value.
1247 string: Py_UNICODE
1255 const Py_UNICODE *string)
1264 string) < 0) {
1268 retValueSize = ExpandEnvironmentStringsW(string, retValue, 0);
1278 rc = ExpandEnvironmentStringsW(string, retValue, retValueSize);
1329 A string that identifies the sub-key to load.
1377 A string that identifies the sub_key to open.
1486 A string that holds the name of the subkey with which the value
1561 A string indicating the value to query.
1678 A string that names the subkey with which the value is associated.
1683 A string that specifies the new value.
1757 A string containing the name of the value to set, or None.
1766 REG_EXPAND_SZ -- A null-terminated string that contains unexpanded
1777 REG_SZ -- A null-terminated string.
1779 A string that specifies the new value.