Home
last modified time | relevance | path

Searched defs:newLongPtr (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h180 …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/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
DDialog.h111 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()