Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/
H A DWindow.h259 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong()
261 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong()
267 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr()
270 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr()
275 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr()
282 LONG_PTR SetLongPtrW(int index, LONG_PTR newLongPtr) in SetLongPtrW()
291 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr()
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DWindow2.h47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
H A DDialog.h151 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()