Searched refs:SetLong (Results 1 – 3 of 3) sorted by relevance
180 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() function182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong()188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr()
112 prefs.SetLong('bigNumner', 6000000000)
366 def SetLong(self, key, value): member in SharedPrefs