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

  /external/lzma/CPP/Windows/Control/
Window2.h 45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); }
46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); }
Dialog.h 112 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); }
114 { return GetLongPtr(DWLP_MSGRESULT); }
  /external/lzma/CPP/Windows/
Window.h 50 #define DWLP_MSGRESULT DWL_MSGRESULT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h 69 #define SetDlgMsgResult(hwnd,msg,result) (((msg)==WM_CTLCOLORMSGBOX || (msg)==WM_CTLCOLOREDIT || (msg)==WM_CTLCOLORLISTBOX || (msg)==WM_CTLCOLORBTN || (msg)==WM_CTLCOLORDLG || (msg)==WM_CTLCOLORSCROLLBAR || (msg)==WM_CTLCOLORSTATIC || (msg)==WM_COMPAREITEM || (msg)==WM_VKEYTOITEM || (msg)==WM_CHARTOITEM || (msg)==WM_QUERYDRAGICON || (msg)==WM_INITDIALOG) ? (WINBOOL)(result) : (SetWindowLongPtr((hwnd),DWLP_MSGRESULT,(LPARAM)(LRESULT)(result)),TRUE))
    [all...]
winuser.h     [all...]

Completed in 394 milliseconds