Home
last modified time | relevance | path

Searched refs:GetLongPtr (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle()
189 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr() function
211 LONG_PTR GetLongPtr(int index) const { return ::GetWindowLongPtr(_window, index); } in GetLongPtr() function
213 LONG_PTR GetUserDataLongPtr() const { return GetLongPtr(GWLP_USERDATA); } in GetUserDataLongPtr()
/external/lzma/CPP/Windows/Control/
DWindow2.h46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
DDialog.h114 { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()