Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
DDialog.h113 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
115 { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
/external/lzma/CPP/Windows/
DWindow.h50 #define DWLP_MSGRESULT DWL_MSGRESULT macro