Searched refs:newLongPtr (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | Window.h | 259 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() argument 261 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() argument 267 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() argument 270 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() argument 275 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr() argument 280 newLongPtr); } in SetLongPtr() 282 LONG_PTR SetLongPtrW(int index, LONG_PTR newLongPtr) in SetLongPtrW() argument 287 newLongPtr); } in SetLongPtrW() 291 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr() argument
|
/third_party/lzma/CPP/Windows/Control/ |
D | Window2.h | 47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() argument
|
D | Dialog.h | 134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() argument 135 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
|