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