Searched refs:GetLongPtr (Results 1 – 3 of 3) sorted by relevance
176 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle()188 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr() function210 LONG_PTR GetLongPtr(int index) const { return ::GetWindowLongPtr(_window, index); } in GetLongPtr() function212 LONG_PTR GetUserDataLongPtr() const { return GetLongPtr(GWLP_USERDATA); } in GetUserDataLongPtr()
46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
114 { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()