HomeSort by relevance Sort by last modified time
    Searched refs:GetLongPtr (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Windows/Control/
Window2.h 46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); }
Dialog.h 114 { return GetLongPtr(DWLP_MSGRESULT); }
  /external/lzma/CPP/Windows/
Window.h 176 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); }
188 LONG_PTR GetLongPtr(int index) const { return GetLong(index); }
210 LONG_PTR GetLongPtr(int index) const { return ::GetWindowLongPtr(_window, index); }
212 LONG_PTR GetUserDataLongPtr() const { return GetLongPtr(GWLP_USERDATA); }

Completed in 181 milliseconds