Searched refs:GetLong (Results 1 – 2 of 2) sorted by relevance
180 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() function182 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong()188 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr()
313 def GetLong(self, key): member in SharedPrefs