Searched defs:newLongPtr (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Window.h | 179 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() 181 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() 187 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() 190 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() 195 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr() 202 LONG_PTR SetLongPtrW(int index, LONG_PTR newLongPtr) in SetLongPtrW() 211 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 | 111 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()
|