Home
last modified time | relevance | path

Searched refs: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() argument
182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() argument
188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() argument
191 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() argument
196 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) in SetLongPtr() argument
201 newLongPtr); } in SetLongPtr()
203 LONG_PTR SetLongPtrW(int index, LONG_PTR newLongPtr) in SetLongPtrW() argument
208 newLongPtr); } in SetLongPtrW()
212 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr() argument
/external/lzma/CPP/Windows/Control/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() argument
DDialog.h112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() argument
113 { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()