Searched defs:newLongPtr (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Window.h | 180 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() 182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() 188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() 191 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() 196 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr() 203 LONG_PTR SetLongPtrW(int index, LONG_PTR newLongPtr) in SetLongPtrW() 212 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr()
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.h | 45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
|
D | Dialog.h | 112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()
|